We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588fef8 commit 16e0ce7Copy full SHA for 16e0ce7
llvm/test/CodeGen/RISCV/machine-outliner-call-x5-liveout.mir
@@ -6,16 +6,6 @@
6
7
# MIR has been edited by hand to have x5 as live out in @dont_outline
8
9
---- |
10
- define i32 @outline_0(i32 %a, i32 %b) { ret i32 0 }
11
-
12
- ; Can't outline if x5 is live out of the MBB
13
- define i32 @dont_outline(i32 %a, i32 %b) { ret i32 0 }
14
15
- define i32 @outline_1(i32 %a, i32 %b) { ret i32 0 }
16
17
- define i32 @outline_2(i32 %a, i32 %b) { ret i32 0 }
18
-...
19
---
20
21
name: outline_0
0 commit comments