[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

llvm-svn: 337230

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

similarity index 96%
rename from llvm/test/Transforms/InstCombine/sdiv.ll
rename to llvm/test/Transforms/InstSimplify/sdiv.ll
index dd837bf..c39711d 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(