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.
18 lines
341 B
18 lines
341 B
; RUN: llc -march=hexagon < %s | FileCheck %s
|
|
; REQUIRES: asserts
|
|
|
|
; CHECK: dccleana
|
|
|
|
; Function Attrs: nounwind
|
|
declare void @llvm.hexagon.Y2.dccleana(i8*) #0
|
|
|
|
define i32 @f0(i8* %a0) {
|
|
b0:
|
|
tail call void @llvm.hexagon.Y2.dccleana(i8* %a0)
|
|
%v0 = load i8, i8* %a0
|
|
%v1 = zext i8 %v0 to i32
|
|
ret i32 %v1
|
|
}
|
|
|
|
attributes #0 = { nounwind }
|