[PATCH] D118644: [x86] invert a vector select IR canonicalization with a binop identity constant

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 08:43:06 PST 2022


spatel updated this revision to Diff 404948.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:

1. Added checks for AVX512 and AVX512VL.
2. Added tests to show more diffs.
3. Added TODO comments (there are many!).


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

https://reviews.llvm.org/D118644

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/avx512fp16-arith-intrinsics.ll
  llvm/test/CodeGen/X86/vector-bo-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118644.404948.patch
Type: text/x-patch
Size: 10804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/db2cea46/attachment.bin>


More information about the llvm-commits mailing list