diff options
author | Nirav Dave <niravd@google.com> | 2016-12-09 17:18:24 +0000 |
---|---|---|
committer | Nirav Dave <niravd@google.com> | 2016-12-09 17:18:24 +0000 |
commit | bedb5d906c097ba8117a1b3232f527ae1acffe37 (patch) | |
tree | 86d7084049259cdee6dd306836cb8c5b1c08255f /llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll | |
parent | 078aea904331271c3fdc65b52d128a8acefe4e38 (diff) | |
download | bcm5719-llvm-bedb5d906c097ba8117a1b3232f527ae1acffe37.tar.gz bcm5719-llvm-bedb5d906c097ba8117a1b3232f527ae1acffe37.zip |
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
This reverts commit r289221 which appears to be triggering an assertion
llvm-svn: 289226
Diffstat (limited to 'llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll b/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll index 05245d0d9e1..8a334d21631 100644 --- a/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll +++ b/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll @@ -1,9 +1,9 @@ ; RUN: llc -march=x86 < %s | FileCheck %s ; CHECK-LABEL: @bar -; CHECK-DAG: movl $1074339512, -; CHECK-DAG: movl $1374389535, -; CHECK-DAG: movl $1078523331, +; CHECK: movl $1074339512, +; CHECK: movl $1374389535, +; CHECK: movl $1078523331, define void @bar() unnamed_addr { entry-block: %a = alloca double |