brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · ab4219c Raw
9 lines · plain
1; RUN: llc < %s -mtriple=avr -no-integrated-as | FileCheck %s2 3; CHECK-LABEL: foo4define void @foo(i16 %a) {5  call void asm sideeffect "add $0, $0", "Z"(i16 %a) nounwind6  ret void7}8 9