[PATCH] D132358: [RISCV][ISel] improved compressed instruction use
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 08:38:39 PDT 2022
craig.topper added a comment.
As noted in the bug, this increases the critical path length in some cases. Have you benchmarked this?
For immediates that fit in c.li the new sequence might be larger. c.li works for all registers. c.bnez only works for x8-x15 and short distances.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132358/new/
https://reviews.llvm.org/D132358
More information about the llvm-commits
mailing list