diff options
Diffstat (limited to 'test/CodeGen/X86/misched-matrix.ll')
| -rw-r--r-- | test/CodeGen/X86/misched-matrix.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/X86/misched-matrix.ll b/test/CodeGen/X86/misched-matrix.ll index 4dc95c5e9326a..23b561f6e5db4 100644 --- a/test/CodeGen/X86/misched-matrix.ll +++ b/test/CodeGen/X86/misched-matrix.ll @@ -15,19 +15,19 @@ ; been reordered with the stores. This tests the scheduler's cheap ; alias analysis ability (that doesn't require any AliasAnalysis pass). ; -; TOPDOWN: %for.body +; TOPDOWN-LABEL: %for.body ; TOPDOWN: movl %{{.*}}, ( ; TOPDOWN: imull {{[0-9]*}}( ; TOPDOWN: movl %{{.*}}, 4( ; TOPDOWN: imull {{[0-9]*}}( ; TOPDOWN: movl %{{.*}}, 8( ; TOPDOWN: movl %{{.*}}, 12( -; TOPDOWN: %for.end +; TOPDOWN-LABEL: %for.end ; ; For -misched=ilpmin, verify that each expression subtree is ; scheduled independently, and that the imull/adds are interleaved. ; -; ILPMIN: %for.body +; ILPMIN-LABEL: %for.body ; ILPMIN: movl %{{.*}}, ( ; ILPMIN: imull ; ILPMIN: imull @@ -53,12 +53,12 @@ ; ILPMIN: imull ; ILPMIN: addl ; ILPMIN: movl %{{.*}}, 12( -; ILPMIN: %for.end +; ILPMIN-LABEL: %for.end ; ; For -misched=ilpmax, verify that each expression subtree is ; scheduled independently, and that the imull/adds are clustered. ; -; ILPMAX: %for.body +; ILPMAX-LABEL: %for.body ; ILPMAX: movl %{{.*}}, ( ; ILPMAX: imull ; ILPMAX: imull @@ -84,7 +84,7 @@ ; ILPMAX: addl ; ILPMAX: addl ; ILPMAX: movl %{{.*}}, 12( -; ILPMAX: %for.end +; ILPMAX-LABEL: %for.end define void @mmult([4 x i32]* noalias nocapture %m1, [4 x i32]* noalias nocapture %m2, [4 x i32]* noalias nocapture %m3) nounwind uwtable ssp { |
