[llvm] Fix MachineOutliner::createPrinterPass. (PR #115787)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 21:12:11 PST 2024
================
@@ -0,0 +1,13 @@
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu \
+; RUN: -enable-machine-outliner -print-after=machine-outliner \
+; RUN: -o /dev/null \
+; RUN: 2>&1 | FileCheck %s -check-prefixes=MIR
+
+define i32 @empty_1() #0 {
----------------
aeubanks wrote:
```suggestion
define i32 @empty_1() {
```
https://github.com/llvm/llvm-project/pull/115787
More information about the llvm-commits
mailing list