[llvm] 148b721 - [LAA] Update check line in test to fully match message.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 05:05:07 PDT 2024


Author: Florian Hahn
Date: 2024-05-06T13:04:36+01:00
New Revision: 148b721772ca626cf42be2c24a23e4aa3c62a6e0

URL: https://github.com/llvm/llvm-project/commit/148b721772ca626cf42be2c24a23e4aa3c62a6e0
DIFF: https://github.com/llvm/llvm-project/commit/148b721772ca626cf42be2c24a23e4aa3c62a6e0.diff

LOG: [LAA] Update check line in test to fully match message.

Added: 
    

Modified: 
    llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll b/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
index 05882a7b0a7d16..3b4f2a170d8cbc 100644
--- a/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
+++ b/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
@@ -23,7 +23,7 @@
 
 ; CHECK: function 'Test':
 ; CHECK:   .inner:
-; CHECK-NEXT:     Memory dependences are safe
+; CHECK-NEXT:     Memory dependences are safe with run-time checks
 ; CHECK-NEXT:     Dependences:
 ; CHECK-NEXT:     Run-time memory checks:
 ; CHECK:          Check 0:


        


More information about the llvm-commits mailing list