You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llc -march=hexagon -O0 < %s | FileCheck %s
|
|
; CHECK: vsplatb
|
|
|
|
declare i32 @llvm.hexagon.S2.vsplatrb(i32) #0
|
|
|
|
define i32 @foo(i8 %x) {
|
|
%p0 = zext i8 %x to i32
|
|
%p1 = tail call i32 @llvm.hexagon.S2.vsplatrb(i32 %p0)
|
|
ret i32 %p1
|
|
}
|