diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2018-03-14 17:59:12 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2018-03-14 17:59:12 +0000 |
commit | 60d24445dd76dfccc7eeaea3bdcb10d751c8e2ad (patch) | |
tree | 67baf2c6cbbfc14ebc96a9d8311e401170a3a330 | |
parent | 9c098ed819b87a95a57d00bdacf7c7a2a2989bbf (diff) | |
download | bcm5719-llvm-60d24445dd76dfccc7eeaea3bdcb10d751c8e2ad.tar.gz bcm5719-llvm-60d24445dd76dfccc7eeaea3bdcb10d751c8e2ad.zip |
[InstSimplify] [NFC] cast-unsigned-icmp-cmp-0.ll - don't run instcombine
As disscussed in post-commit review of D44421, there is simply
no reason to run instcombine on this testcase.
llvm-svn: 327541
-rw-r--r-- | llvm/test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll b/llvm/test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll index ddd1b1a4676..d64f66c2c6d 100644 --- a/llvm/test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll +++ b/llvm/test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll @@ -1,8 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt < %s -instcombine -instsimplify -S | FileCheck %s - -; NOTE: we run instcombine first, -; to make sure that it does *NOT* drop uitofp+bitcast here. +; RUN: opt < %s -instsimplify -S | FileCheck %s ; target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |