[PATCH] D104661: [InstSimplify] Add more poison folding optimizations

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 04:25:49 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5af8bacc9402: [InstSimplify] Add more poison folding optimizations (authored by aqjune).

Changed prior to commit:
  https://reviews.llvm.org/D104661?vs=353648&id=353925#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104661

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstCombine/and-narrow.ll
  llvm/test/Transforms/InstCombine/getelementptr.ll
  llvm/test/Transforms/InstCombine/select-binop-cmp.ll
  llvm/test/Transforms/InstSimplify/ConstProp/poison.ll
  llvm/test/Transforms/InstSimplify/and.ll
  llvm/test/Transforms/InstSimplify/fcmp.ll
  llvm/test/Transforms/InstSimplify/mul.ll
  llvm/test/Transforms/InstSimplify/or.ll
  llvm/test/Transforms/InstSimplify/select-inseltpoison.ll
  llvm/test/Transforms/InstSimplify/select.ll
  llvm/test/Transforms/InstSimplify/shift.ll
  llvm/test/Transforms/InstSimplify/sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104661.353925.patch
Type: text/x-patch
Size: 14720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210623/6f303249/attachment.bin>


More information about the llvm-commits mailing list