[PATCH] D138670: [AArch64][SME]: Generate streaming-compatible code for int/fp compares.
hassnaaHamdi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 24 07:00:04 PST 2022
hassnaa-arm created this revision.
hassnaa-arm added reviewers: david-arm, sdesmalen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
hassnaa-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
To generate code compatible to streaming mode:
- enable expanding ISD::SETUEQ to avoid custom-lowering setcc to setcc_merge_zero which cause a crash while instruction selection because there is no pattern match for it.
- Testing files:
- int-compares.ll
- fp-compares.ll
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138670
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138670.477779.patch
Type: text/x-patch
Size: 39911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221124/b4af2e4e/attachment.bin>
More information about the llvm-commits
mailing list