[PATCH] D117210: [CodeGen] Support folds of not(cmp(cc, ...)) -> cmp(!cc, ...) for scalable vectors

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 05:01:39 PST 2022


david-arm updated this revision to Diff 399637.
david-arm added a comment.

- Used better check prefixes for RISCV tests.


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

https://reviews.llvm.org/D117210

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AArch64/sve-cmp-folds.ll
  llvm/test/CodeGen/RISCV/rvv/cmp-folds.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117210.399637.patch
Type: text/x-patch
Size: 6060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220113/abb2adfd/attachment.bin>


More information about the llvm-commits mailing list