[PATCH] D121840: [RFC][WIP][RISCV] Fold ADDI of LLA + Load/Store code sequences
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 12:28:43 PDT 2022
jrtc27 added a comment.
This then duplicates the AUIPC though and scales as 2*N rather than N+2. If you want to do this properly you really need to have a peephole pass that runs after the pseudo has been expanded.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121840/new/
https://reviews.llvm.org/D121840
More information about the llvm-commits
mailing list