comparison test/CodeGen/AArch64/arm64-umaxv.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 -asm-verbose=false | FileCheck %s 1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple -asm-verbose=false | FileCheck %s
2 2
3 define i32 @vmax_u8x8(<8 x i8> %a) nounwind ssp { 3 define i32 @vmax_u8x8(<8 x i8> %a) nounwind ssp {
4 ; CHECK-LABEL: vmax_u8x8: 4 ; CHECK-LABEL: vmax_u8x8:
5 ; CHECK: umaxv.8b b[[REG:[0-9]+]], v0 5 ; CHECK: umaxv.8b b[[REG:[0-9]+]], v0
6 ; CHECK: fmov [[REG2:w[0-9]+]], s[[REG]] 6 ; CHECK: fmov [[REG2:w[0-9]+]], s[[REG]]