[llvm] [RISCV] Exclude LPAD in machine outliner (PR #157220)

Ming-Yi Lai via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 8 19:45:59 PDT 2025


================
@@ -3511,6 +3511,10 @@ RISCVInstrInfo::getOutliningTypeImpl(const MachineModuleInfo &MMI,
       return outliner::InstrType::Illegal;
   }
 
+  // LPADs should not be outlined too
----------------
mylai-mtk wrote:

This comment is also redundant.

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


More information about the llvm-commits mailing list