diff options
| author | Joey Gouly <joey.gouly@gmail.com> | 2014-05-03 17:27:06 +0000 |
|---|---|---|
| committer | Joey Gouly <joey.gouly@gmail.com> | 2014-05-03 17:27:06 +0000 |
| commit | b0afd1b92942d709812cd90238d5bcfab8443e70 (patch) | |
| tree | 6995b6af3216caec37362b113b55c0b56a80b648 /llvm/test/CodeGen | |
| parent | 64425fe875b4e995da650fdad0c4355cafdf1547 (diff) | |
| download | bcm5719-llvm-b0afd1b92942d709812cd90238d5bcfab8443e70.tar.gz bcm5719-llvm-b0afd1b92942d709812cd90238d5bcfab8443e70.zip | |
[ARM64] Correctly select ANDWri in FastISel.
http://reviews.llvm.org/D3598
llvm-svn: 207917
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll b/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll index cf71fab7140..ab86132d450 100644 --- a/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll +++ b/llvm/test/CodeGen/ARM64/fast-isel-fcmp.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -O0 -fast-isel-abort -mtriple=arm64-apple-darwin | FileCheck %s +; RUN: llc < %s -O0 -fast-isel-abort -verify-machineinstrs -mtriple=arm64-apple-darwin | FileCheck %s define zeroext i1 @fcmp_float1(float %a) nounwind ssp { entry: |

