[llvm] [RISCV] Add branch folding before branch relaxation (PR #134760)
Mikhail R. Gadelha via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 11:40:08 PDT 2025
================
@@ -90,10 +90,13 @@ namespace {
/// BranchFolderPass - Wrap branch folder in a machine function pass.
class BranchFolderLegacy : public MachineFunctionPass {
+ bool EnableTailMerge;
----------------
mikhailramalho wrote:
Isn't the new pass manager part covered by https://github.com/llvm/llvm-project/pull/128858?
https://github.com/llvm/llvm-project/pull/134760
More information about the llvm-commits
mailing list