[PATCH] D129851: [AArch64][SVE] Consider more intrinsics in 'isZeroingInactiveLanes'.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 03:01:53 PDT 2022


sdesmalen updated this revision to Diff 445757.
sdesmalen added a comment.

Added tests for FP cases as well (these new tests will be submitted as a precursory patch).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129851

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpeq.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpge.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpgt.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-cmphi.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-cmphs.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpne.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-fcmpeq.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-fcmpge.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-fcmpgt.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-fcmpne.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-fcmpuo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129851.445757.patch
Type: text/x-patch
Size: 9926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220719/57971175/attachment-0001.bin>


More information about the llvm-commits mailing list