[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:45:44 PDT 2025


================
@@ -90,10 +90,13 @@ namespace {
 
   /// BranchFolderPass - Wrap branch folder in a machine function pass.
 class BranchFolderLegacy : public MachineFunctionPass {
+  bool EnableTailMerge;
----------------
mikhailramalho wrote:

I see. I'll work on it

https://github.com/llvm/llvm-project/pull/134760


More information about the llvm-commits mailing list