[llvm] ba74fa2 - [AMDGPU] Actually fully update opt-pipeline.ll test to account for -loop-idiom vs -indvars switch

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 25 08:39:50 PST 2020


Author: Roman Lebedev
Date: 2020-11-25T19:39:32+03:00
New Revision: ba74fa244f4ca1b7ec187271fc145a968890441f

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

LOG: [AMDGPU] Actually fully update opt-pipeline.ll test to account for -loop-idiom vs -indvars switch

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/opt-pipeline.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/opt-pipeline.ll b/llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
index 2184a80b6782..8a8ce1e0c185 100644
--- a/llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
+++ b/llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
@@ -487,8 +487,8 @@
 ; GCN-O2-NEXT:       Loop-Closed SSA Form Pass
 ; GCN-O2-NEXT:       Scalar Evolution Analysis
 ; GCN-O2-NEXT:       Loop Pass Manager
-; GCN-O2-NEXT:         Induction Variable Simplification
 ; GCN-O2-NEXT:         Recognize loop idioms
+; GCN-O2-NEXT:         Induction Variable Simplification
 ; GCN-O2-NEXT:         Delete dead loops
 ; GCN-O2-NEXT:         Unroll loops
 ; GCN-O2-NEXT:       SROA
@@ -851,8 +851,8 @@
 ; GCN-O3-NEXT:       Loop-Closed SSA Form Pass
 ; GCN-O3-NEXT:       Scalar Evolution Analysis
 ; GCN-O3-NEXT:       Loop Pass Manager
-; GCN-O3-NEXT:         Induction Variable Simplification
 ; GCN-O3-NEXT:         Recognize loop idioms
+; GCN-O3-NEXT:         Induction Variable Simplification
 ; GCN-O3-NEXT:         Delete dead loops
 ; GCN-O3-NEXT:         Unroll loops
 ; GCN-O3-NEXT:       SROA


        


More information about the llvm-commits mailing list