diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM64/big-endian-vector-callee.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM64/big-endian-vector-callee.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM64/big-endian-vector-callee.ll b/llvm/test/CodeGen/ARM64/big-endian-vector-callee.ll index 9416f07a3cb..5b9ccace882 100644 --- a/llvm/test/CodeGen/ARM64/big-endian-vector-callee.ll +++ b/llvm/test/CodeGen/ARM64/big-endian-vector-callee.ll @@ -1,4 +1,5 @@ ; RUN: llc -mtriple arm64_be < %s -arm64-load-store-opt=false -o - | FileCheck %s +; RUN: llc -mtriple arm64_be < %s -fast-isel=true -arm64-load-store-opt=false -o - | FileCheck %s ; CHECK-LABEL: test_i64_f64: define i64 @test_i64_f64(double %p) { |

