From: Chen Zheng Date: Tue, 17 Jul 2018 01:04:41 +0000 (+0000) Subject: [testcases] move testcases to right place - NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d13c7c50a3c78f211fc6b912b191e1023a43914d;p=llvm [testcases] move testcases to right place - NFC Differential Revision: https://reviews.llvm.org/D49409 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337230 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/sdiv.ll b/test/Transforms/InstSimplify/sdiv.ll similarity index 96% rename from test/Transforms/InstCombine/sdiv.ll rename to test/Transforms/InstSimplify/sdiv.ll index dd837bfdaaf..c39711dc340 100644 --- a/test/Transforms/InstCombine/sdiv.ll +++ b/test/Transforms/InstSimplify/sdiv.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -instcombine -S | FileCheck %s +; RUN: opt < %s -instsimplify -S | FileCheck %s define i32 @negated_operand(i32 %x) { ; CHECK-LABEL: @negated_operand(