From d13c7c50a3c78f211fc6b912b191e1023a43914d Mon Sep 17 00:00:00 2001 From: Chen Zheng Date: Tue, 17 Jul 2018 01:04:41 +0000 Subject: [PATCH] [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 --- test/Transforms/{InstCombine => InstSimplify}/sdiv.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/Transforms/{InstCombine => InstSimplify}/sdiv.ll (96%) 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( -- 2.50.1