Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

9 lines
216 B
LLVM

; RUN: llc -mattr=avr25 -O0 < %s -march=avr | FileCheck %s
; On most cores, the 16-bit 'MOVW' instruction can be used
define i16 @reg_copy16(i16 %a) {
; CHECK-LABEL: reg_copy16
; CHECK: movw r18, r24
ret i16 %a
}