[PATCH] D113035: [InstCombine] enhance vector bitwise select matching

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 06:18:06 PDT 2021


spatel updated this revision to Diff 384414.
spatel added a comment.

Patch updated:
No code changes, but added phase ordering tests for the motivating functions from PR34047. 
I think there's still some potential for code like that (particularly 'abs') to find cracks in combining, so we want make sure it doesn't regress with changes in canonical form.


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

https://reviews.llvm.org/D113035

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/logical-select.ll
  llvm/test/Transforms/PhaseOrdering/X86/vector-math.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113035.384414.patch
Type: text/x-patch
Size: 9803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/977e1a3c/attachment.bin>


More information about the llvm-commits mailing list