[PATCH] D98939: [SelectionDAG][AArch64][SVE] Perform SETCC condition legalization in LegalizeVectorOps
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 25 05:40:23 PDT 2021
bsmith updated this revision to Diff 333270.
bsmith marked 5 inline comments as done.
bsmith added a comment.
- Remove unfinished case for SELECT_CC, this isn't needed currently for SVE, can be added later if/when needed.
- Tidy up code in `VectorLegalizer::ExpandSETCC`.
- Fix bogus test names.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98939/new/
https://reviews.llvm.org/D98939
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-fixed-length-float-compares.ll
llvm/test/CodeGen/PowerPC/vsx.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-setcc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98939.333270.patch
Type: text/x-patch
Size: 65465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210325/bbab90a0/attachment-0001.bin>
More information about the llvm-commits
mailing list