[PATCH] D151719: [RISCV] Add special case for (select cc, 1.0, 0.0) to lowerSELECT
Liao Chunyu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 20:36:27 PDT 2023
liaolucy updated this revision to Diff 526880.
liaolucy added a comment.
Deleted two ZERO_EXTEND.
The second ZERO_EXTEND should not be needed either. Setcc and zext are all XLenVT.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151719/new/
https://reviews.llvm.org/D151719
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/double-select-icmp.ll
llvm/test/CodeGen/RISCV/float-select-icmp.ll
llvm/test/CodeGen/RISCV/half-select-icmp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151719.526880.patch
Type: text/x-patch
Size: 7548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230531/ed99d4fe/attachment.bin>
More information about the llvm-commits
mailing list