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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 11:41:59 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa6df39236fdc: [InstSimplify] Fold out-of-bounds shift to poison (authored by nikic).

Repository:
  rG LLVM Github Monorepo

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.314951.patch
Type: text/x-patch
Size: 9000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/6f327430/attachment.bin>


More information about the llvm-commits mailing list