1 ; RUN: llc -march=hexagon < %s | FileCheck %s
6 ; Function Attrs: nounwind
7 declare void @llvm.hexagon.Y2.dccleana(ptr) #0
9 define i32 @f0(ptr %a0) {
11 tail call void @llvm.hexagon.Y2.dccleana(ptr %a0)
12 %v0 = load i8, ptr %a0
13 %v1 = zext i8 %v0 to i32
17 attributes #0 = { nounwind }