[PATCH] D121905: [AArch64][SVE] Fix lowering of "fcmp ueq/one" when using SVE

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 06:03:51 PDT 2022


david-arm updated this revision to Diff 422202.
david-arm edited the summary of this revision.
david-arm added a comment.

- Removed expansion of SETUNE and fixed up the fcmne patterns to use SETUNE instead of SETONE as they were incorrect before.


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

https://reviews.llvm.org/D121905

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-fcmp.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-float-compares.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-ptest.ll
  llvm/test/CodeGen/AArch64/sve-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121905.422202.patch
Type: text/x-patch
Size: 14782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/c0e27353/attachment.bin>


More information about the llvm-commits mailing list