repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AVR
/
pseudo
/
INWRdA.mir
blob
e1f6682765254be77fbeb5a775f8595fa2cd965d
1
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
2
3
--- |
4
target triple = "avr--"
5
define void @test() {
6
entry:
7
ret void
8
}
9
...
10
11
---
12
name: test
13
body: |
14
bb.0.entry:
15
16
; CHECK-LABEL: test
17
18
; CHECK: $r14 = INRdA 31
19
; CHECK-NEXT: $r15 = INRdA 32
20
21
$r15r14 = INWRdA 31
22
...