[llvm] 26a89d2 - [InstCombine] Make access.group metadata tags distinct in test.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 06:23:04 PST 2024


Author: Florian Hahn
Date: 2024-11-19T14:22:46Z
New Revision: 26a89d2d0d73bc1ea4869c3409ce15059e4cae8e

URL: https://github.com/llvm/llvm-project/commit/26a89d2d0d73bc1ea4869c3409ce15059e4cae8e
DIFF: https://github.com/llvm/llvm-project/commit/26a89d2d0d73bc1ea4869c3409ce15059e4cae8e.diff

LOG: [InstCombine] Make access.group metadata tags distinct in test.

Make access.group metadata tags used in b56e03fccd distinct.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/InstCombine/loadstore-metadata.ll b/llvm/test/Transforms/InstCombine/loadstore-metadata.ll
index 29fc5bc7bf87ae..894d66629892cc 100644
--- a/llvm/test/Transforms/InstCombine/loadstore-metadata.ll
+++ b/llvm/test/Transforms/InstCombine/loadstore-metadata.ll
@@ -309,8 +309,8 @@ entry:
 !9 = !{i64 8}
 !10 = distinct !{}
 !11 = !{i32 5, i32 6}
-!12 = !{}
-!13 = !{}
+!12 = distinct !{}
+!13 = distinct !{}
 ;.
 ; CHECK: [[TBAA0]] = !{[[LOOP1]], [[LOOP1]], i64 0}
 ; CHECK: [[LOOP1]] = !{!"scalar type", [[META2:![0-9]+]]}


        


More information about the llvm-commits mailing list