[PATCH] D129686: [RISCV] Reuse a materialised global address in preference to merging into a load/store
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 06:10:08 PST 2023
luke added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:2389
+// decision if all those other uses end up being merged into memory
+// operations. This peephole folds the resulting ADDI back in that is the
+// case.
----------------
/in that is the case/in if that is the case
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129686/new/
https://reviews.llvm.org/D129686
More information about the llvm-commits
mailing list