[llvm] 1776581 - [Test] Run test with expensive SE inference. NFC

Max Kazantsev via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 23:24:39 PST 2020


Author: Max Kazantsev
Date: 2020-11-06T14:23:44+07:00
New Revision: 1776581be44a2efe232f7b1a03a564844d1728fd

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

LOG: [Test] Run test with expensive SE inference. NFC

The planned changes require expensive inference to kick in

Added: 
    

Modified: 
    llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll b/llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll
index 19091f2f3211..9676fcb9c3b4 100644
--- a/llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll
+++ b/llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -indvars -S | FileCheck %s
+; RUN: opt < %s -indvars -scalar-evolution-use-expensive-range-sharpening -S | FileCheck %s
 target triple = "aarch64--linux-gnu"
 
 ; Provide legal integer types.


        


More information about the llvm-commits mailing list