[PATCH] D140319: [RISCV] Match neg (and x, 1) to two shifts to improve codesize
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 14:32:37 PST 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
reames marked an inline comment as done.
Closed by commit rG828b1c55cb7f: [RISCV] Match neg (and x, 1) to two shifts to improve codesize (authored by reames).
Changed prior to commit:
https://reviews.llvm.org/D140319?vs=484029&id=484075#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140319/new/
https://reviews.llvm.org/D140319
Files:
llvm/lib/Target/RISCV/RISCVInstrInfo.td
llvm/test/CodeGen/RISCV/pr58511.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-mask-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vreductions-mask.ll
llvm/test/CodeGen/RISCV/rvv/vreductions-mask-vp.ll
llvm/test/CodeGen/RISCV/rvv/vreductions-mask.ll
llvm/test/CodeGen/RISCV/select.ll
llvm/test/CodeGen/RISCV/selectcc-to-shiftand.ll
llvm/test/CodeGen/RISCV/sext-zext-trunc.ll
llvm/test/CodeGen/RISCV/short-foward-branch-opt.ll
llvm/test/CodeGen/RISCV/srem-seteq-illegal-types.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140319.484075.patch
Type: text/x-patch
Size: 143764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221219/237ce1c7/attachment.bin>
More information about the llvm-commits
mailing list