Skip to content

Commit 26a89d2

Browse files
committed
[InstCombine] Make access.group metadata tags distinct in test.
Make access.group metadata tags used in b56e03fccd distinct.
1 parent abac5be commit 26a89d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/InstCombine/loadstore-metadata.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ entry:
309309
!9 = !{i64 8}
310310
!10 = distinct !{}
311311
!11 = !{i32 5, i32 6}
312-
!12 = !{}
313-
!13 = !{}
312+
!12 = distinct !{}
313+
!13 = distinct !{}
314314
;.
315315
; CHECK: [[TBAA0]] = !{[[LOOP1]], [[LOOP1]], i64 0}
316316
; CHECK: [[LOOP1]] = !{!"scalar type", [[META2:![0-9]+]]}

0 commit comments

Comments
 (0)