[PATCH] D86243: [InstCombine] canonicalize 'not' ops before logical shifts

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 06:39:40 PDT 2020


This revision was automatically updated to reflect the committed changes.
spatel marked an inline comment as done.
Closed by commit rGec06b3813041: [InstCombine] canonicalize 'not' ops before logical shifts (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D86243?vs=286641&id=287180#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86243/new/

https://reviews.llvm.org/D86243

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
  llvm/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
  llvm/test/Transforms/InstCombine/and-xor-merge.ll
  llvm/test/Transforms/InstCombine/compare-signs.ll
  llvm/test/Transforms/InstCombine/icmp.ll
  llvm/test/Transforms/InstCombine/xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86243.287180.patch
Type: text/x-patch
Size: 9473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200822/c352cb76/attachment.bin>


More information about the llvm-commits mailing list