[PATCH] D93998: [InstSimplify] Fold out-of-bounds shift to poison

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 11:53:35 PST 2021


nikic updated this revision to Diff 314678.
nikic added a comment.

Rebase over new gep poison fold.


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

https://reviews.llvm.org/D93998

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstCombine/add-shl-sdiv-to-srem.ll
  llvm/test/Transforms/InstCombine/out-of-bounds-indexes.ll
  llvm/test/Transforms/InstCombine/phi-shifts.ll
  llvm/test/Transforms/InstCombine/shift.ll
  llvm/test/Transforms/InstSimplify/shift-knownbits.ll
  llvm/test/Transforms/InstSimplify/shift.ll
  llvm/test/Transforms/InstSimplify/undef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93998.314678.patch
Type: text/x-patch
Size: 9000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210105/5e753ad9/attachment.bin>


More information about the llvm-commits mailing list