[llvm] [RISCV] [MachineOutliner] Analyze all candidates (PR #127659)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 11:15:34 PST 2025


================
@@ -0,0 +1,146 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=riscv32 -x mir -run-pass=machine-outliner -simplify-mir -verify-machineinstrs < %s \
+# RUN: | FileCheck -check-prefixes=RV32I-MO %s
+# RUN: llc -mtriple=riscv64 -x mir -run-pass=machine-outliner -simplify-mir -verify-machineinstrs < %s \
+# RUN: | FileCheck -check-prefixes=RV64I-MO %s
+
+# MIR has been edited by hand to have x5 as live out in @dont_outline
+
+--- |
----------------
topperc wrote:

Can we remove the IR section?

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


More information about the llvm-commits mailing list