[PATCH] D113212: [DAGCombiner] add fold for vselect of signbit

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 05:13:49 PDT 2021


spatel updated this revision to Diff 385037.
spatel marked 2 inline comments as done.
spatel added a comment.

Patch updated:

1. Rebased with mve test diffs (thanks! - I didn't know how to exercise that path).
2. Reformatted variable defs to one-per-line.


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

https://reviews.llvm.org/D113212

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/vselect-constants.ll
  llvm/test/CodeGen/Thumb2/mve-vselect-constants.ll
  llvm/test/CodeGen/X86/avx512-logic.ll
  llvm/test/CodeGen/X86/avx512vl-logic.ll
  llvm/test/CodeGen/X86/vselect-zero.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113212.385037.patch
Type: text/x-patch
Size: 19206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211105/4dc8a04c/attachment.bin>


More information about the llvm-commits mailing list