From 1776581be44a2efe232f7b1a03a564844d1728fd Mon Sep 17 00:00:00 2001 From: Max Kazantsev Date: Fri, 6 Nov 2020 14:23:44 +0700 Subject: [PATCH] [Test] Run test with expensive SE inference. NFC The planned changes require expensive inference to kick in --- llvm/test/Transforms/IndVarSimplify/widen-loop-comp.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.