forked from OSchip/llvm-project
[NFC] Get rid of hard-coded value ID in test
llvm-svn: 317303
This commit is contained in:
parent
107b548368
commit
f5e72b54ac
|
@ -38,7 +38,7 @@ exit: ; preds = %in.bounds, %entry
|
|||
define void @single_access_with_preloop(i32 *%arr, i32 *%a_len_ptr, i32 %n, i32 %offset) {
|
||||
; CHECK-LABEL: @single_access_with_preloop(
|
||||
; CHECK-LABEL: in.bounds.preloop
|
||||
; CHECK: br i1 %14, label %loop.preloop, label %preloop.exit.selector, !llvm.loop !8, !irce.loop.clone !7
|
||||
; CHECK: br i1 [[COND:%[^ ]+]], label %loop.preloop, label %preloop.exit.selector, !llvm.loop !8, !irce.loop.clone !7
|
||||
; CHECK-LABEL: in.bounds.postloop
|
||||
; CHECK: br i1 %next.postloop, label %loop.postloop, label %exit.loopexit.loopexit, !llvm.loop !9, !irce.loop.clone !7
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue