You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,12 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck %s
|
||||
|
||||
define i32 @foo(<4 x i16>* %__a) nounwind {
|
||||
; CHECK-LABEL: foo:
|
||||
; CHECK: umov.h w{{[0-9]+}}, v{{[0-9]+}}[0]
|
||||
%tmp18 = load <4 x i16>, <4 x i16>* %__a, align 8
|
||||
%vget_lane = extractelement <4 x i16> %tmp18, i32 0
|
||||
%conv = zext i16 %vget_lane to i32
|
||||
%mul = mul nsw i32 3, %conv
|
||||
ret i32 %mul
|
||||
}
|
||||
|
Reference in New Issue
Block a user