brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · 0fc35a5 Raw
9 lines · plain
1; RUN: llc -mtriple=thumb-eabi %s -o /dev/null2; rdar://81044573 4define arm_apcscc void @t(ptr %m) nounwind {5entry:6  tail call arm_apcscc  void undef(ptr %m, i16 zeroext undef) nounwind7  ret void8}9