brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · 963f854 Raw
9 lines · plain
1; RUN: llc -mattr=avr25 -O0 < %s -mtriple=avr | FileCheck %s2 3; On most cores, the 16-bit 'MOVW' instruction can be used4define i16 @reg_copy16(i16, i16 %a) {5; CHECK-LABEL: reg_copy166; CHECK: movw r24, r227  ret i16 %a8}9