]> granicus.if.org Git - llvm/commitdiff
[testcases] move testcases to right place - NFC
authorChen Zheng <shchenz@cn.ibm.com>
Tue, 17 Jul 2018 01:04:41 +0000 (01:04 +0000)
committerChen Zheng <shchenz@cn.ibm.com>
Tue, 17 Jul 2018 01:04:41 +0000 (01:04 +0000)
Differential Revision: https://reviews.llvm.org/D49409

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337230 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstSimplify/sdiv.ll [moved from test/Transforms/InstCombine/sdiv.ll with 96% similarity]

similarity index 96%
rename from test/Transforms/InstCombine/sdiv.ll
rename to test/Transforms/InstSimplify/sdiv.ll
index dd837bfdaaf845216fc5c3ae10b67b44ea996cae..c39711dc340705d6838b83f693686f70aa835138 100644 (file)
@@ -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(