From: David Bolvansky Date: Sat, 28 Jul 2018 13:52:45 +0000 (+0000) Subject: [InstSimplify] Moved Select + AND/OR tests from InstCombine X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f476979f909050d73e79b44c26ebdb9d59cdc3c;p=llvm [InstSimplify] Moved Select + AND/OR tests from InstCombine Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D49957 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/select-and-cmp.ll b/test/Transforms/InstSimplify/select-and-cmp.ll similarity index 99% rename from test/Transforms/InstCombine/select-and-cmp.ll rename to test/Transforms/InstSimplify/select-and-cmp.ll index aa733f44a79..1c1dad73e2b 100644 --- a/test/Transforms/InstCombine/select-and-cmp.ll +++ b/test/Transforms/InstSimplify/select-and-cmp.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt < %s -instcombine -S | FileCheck %s +; RUN: opt < %s -instsimplify -S | FileCheck %s target triple = "x86_64-unknown-linux-gnu" diff --git a/test/Transforms/InstCombine/select-or-cmp.ll b/test/Transforms/InstSimplify/select-or-cmp.ll similarity index 99% rename from test/Transforms/InstCombine/select-or-cmp.ll rename to test/Transforms/InstSimplify/select-or-cmp.ll index 508dc59c027..dc7299face3 100644 --- a/test/Transforms/InstCombine/select-or-cmp.ll +++ b/test/Transforms/InstSimplify/select-or-cmp.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt < %s -instcombine -S | FileCheck %s +; RUN: opt < %s -instsimplify -S | FileCheck %s target triple = "x86_64-unknown-linux-gnu"