[llvm] 6d5ff99 - [NFC] Port all CorrelatedValuePropagation tests to `-passes=` syntax

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 15:39:25 PST 2022


Author: Roman Lebedev
Date: 2022-12-08T02:38:41+03:00
New Revision: 6d5ff9970b5e12cd55bd78a82497c97747eafa62

URL: https://github.com/llvm/llvm-project/commit/6d5ff9970b5e12cd55bd78a82497c97747eafa62
DIFF: https://github.com/llvm/llvm-project/commit/6d5ff9970b5e12cd55bd78a82497c97747eafa62.diff

LOG: [NFC] Port all CorrelatedValuePropagation tests to `-passes=` syntax

Added: 
    

Modified: 
    llvm/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll b/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll
index 9ccc7870631e8..b873f47ca5a8c 100644
--- a/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll
+++ b/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -jump-threading -correlated-propagation
+; RUN: opt < %s -passes=jump-threading,correlated-propagation
 
 %struct.S2 = type {}
 


        


More information about the llvm-commits mailing list