Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/AArch64/arm64-big-endian-bitconverts.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children | 3a76565eade5 |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc -mtriple aarch64_be < %s -aarch64-load-store-opt=false -O1 -o - | FileCheck %s | 1 ; RUN: llc -mtriple aarch64_be < %s -aarch64-enable-ldst-opt=false -O1 -o - | FileCheck %s |
2 ; RUN: llc -mtriple aarch64_be < %s -aarch64-load-store-opt=false -O0 -fast-isel=true -o - | FileCheck %s | 2 ; RUN: llc -mtriple aarch64_be < %s -aarch64-enable-ldst-opt=false -O0 -fast-isel=true -o - | FileCheck %s |
3 | 3 |
4 ; CHECK-LABEL: test_i64_f64: | 4 ; CHECK-LABEL: test_i64_f64: |
5 define void @test_i64_f64(double* %p, i64* %q) { | 5 define void @test_i64_f64(double* %p, i64* %q) { |
6 ; CHECK: ldr | 6 ; CHECK: ldr |
7 ; CHECK: str | 7 ; CHECK: str |