diff options
Diffstat (limited to 'test/CodeGen/AVR/pseudo/COMWRd.mir')
| -rw-r--r-- | test/CodeGen/AVR/pseudo/COMWRd.mir | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/CodeGen/AVR/pseudo/COMWRd.mir b/test/CodeGen/AVR/pseudo/COMWRd.mir deleted file mode 100644 index 58ff7af7cb3c..000000000000 --- a/test/CodeGen/AVR/pseudo/COMWRd.mir +++ /dev/null @@ -1,24 +0,0 @@ -# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s - -# This test checks the expansion of the 16-bit COM pseudo instruction. - ---- | - target triple = "avr--" - define void @test_comwrd() { - entry: - ret void - } -... - ---- -name: test_comwrd -body: | - bb.0.entry: - - ; CHECK-LABEL: test_comwrd - - ; CHECK: %r14 = COMRd %r14, implicit-def dead %sreg - ; CHECK-NEXT: %r15 = COMRd %r15, implicit-def %sreg - - %r15r14 = COMWRd %r9r8, implicit-def %sreg -... |
