brintos

brintos / llvm-project-archived public Read only

0
0
Text · 389 B · 0c01bb9 Raw
15 lines · plain
1; RUN: llc %s -filetype=asm -o - | FileCheck %s2 3; CHECK: vmov.i8 d3, #0xff4 5target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"6target triple = "armv8a-unknown-linux-gnueabihf"7 8; Function Attrs: mustprogress noimplicitfloat nounwind9define void @cvt_vec() local_unnamed_addr {10entry:11  tail call void asm sideeffect "", "{d3}"(<8 x i8> splat (i8 -1))12  ret void13}14 15