[PATCH] D107603: [RISCV] Fold (add (select lhs, rhs, cc, 0, y), x) -> (select lhs, rhs, cc, x, (add x, y))
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 6 17:06:05 PDT 2021
- Previous message: [PATCH] D107677: [AMDGPU] Prevent machine licm if remattable with a vreg use
- Next message: [PATCH] D107603: [RISCV] Fold (add (select lhs, rhs, cc, 0, y), x) -> (select lhs, rhs, cc, x, (add x, y))
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
craig.topper updated this revision to Diff 364912.
craig.topper added a comment.
Address review comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107603/new/
https://reviews.llvm.org/D107603
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rv32zbs.ll
llvm/test/CodeGen/RISCV/select-binop-identity.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107603.364912.patch
Type: text/x-patch
Size: 12398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210807/d386a238/attachment.bin>
- Previous message: [PATCH] D107677: [AMDGPU] Prevent machine licm if remattable with a vreg use
- Next message: [PATCH] D107603: [RISCV] Fold (add (select lhs, rhs, cc, 0, y), x) -> (select lhs, rhs, cc, x, (add x, y))
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list