Additionally, lower the floating point compare SVE intrinsics to
SETCC_MERGE_ZERO ISD nodes to avoid duplicating ISel patterns.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105486
[AArch64][SVE] Add ISel patterns for floating point compare with zero instructions ClosedPublic Authored by bsmith on Jul 6 2021, 8:17 AM.
Details Summary Additionally, lower the floating point compare SVE intrinsics to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 7 2021, 1:56 AM Closed by commit rG026bb84bcd42: [AArch64][SVE] Add ISel patterns for floating point compare with zero… (authored by bsmith). · Explain WhyJul 8 2021, 3:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 357184 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-fcmp.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
llvm/test/CodeGen/AArch64/sve-intrinsics-fp-compares.ll
|