[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
Mon Jan 17 05:10:53 PST 2022


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

- Add support for truncating splats.


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.400497.patch
Type: text/x-patch
Size: 6959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220117/4965805c/attachment.bin>


More information about the llvm-commits mailing list