[PATCH] D139948: [RISCV] Add pass to remove W suffix from ADDIW and SLLIW to improve compressibility
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 15:25:31 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:2286
// before doing this, but that would be more complicated.
-// TODO: Does this need to look through AND/OR/XOR to their users to find more
-// opportunities.
----------------
This was in D139462
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139948/new/
https://reviews.llvm.org/D139948
More information about the llvm-commits
mailing list