Skip to content

Commit 5ee8f36

Browse files
committed
Follow LLVM convention.
1 parent 7a40049 commit 5ee8f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/phi-elim-mli-available.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
2-
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=machine-loops,livevars,phi-node-elimination -no-phi-elim-live-out-early-exit -filetype=null %s 2>&1 | FileCheck %s
2+
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=machine-loops,livevars,phi-node-elimination -no-phi-elim-live-out-early-exit -o - %s | FileCheck %s
33

44
# Test that PHIElimination accesses MachineLoopInfo if available for
55
# loop-aware edge splitting. The -no-phi-elim-live-out-early-exit flag

0 commit comments

Comments
 (0)