Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/AArch64/arm64-st1.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 < %s -march=arm64 -aarch64-neon-syntax=apple -verify-machineinstrs | FileCheck %s | 1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple -verify-machineinstrs | FileCheck %s |
2 | 2 |
3 define void @st1lane_16b(<16 x i8> %A, i8* %D) { | 3 define void @st1lane_16b(<16 x i8> %A, i8* %D) { |
4 ; CHECK-LABEL: st1lane_16b | 4 ; CHECK-LABEL: st1lane_16b |
5 ; CHECK: st1.b | 5 ; CHECK: st1.b |
6 %tmp = extractelement <16 x i8> %A, i32 1 | 6 %tmp = extractelement <16 x i8> %A, i32 1 |