[PATCH] D82988: [RISCV] Avoid Splitting MBB in RISCVExpandPseudo
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 17:20:48 PDT 2020
efriedma added a comment.
Instructions have an isNotDuplicable property which can be used to stop various code duplication passes.
That said, it's not clear you want to stop the code duplication early, so you might want to move the expansion later anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82988/new/
https://reviews.llvm.org/D82988
More information about the llvm-commits
mailing list