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
/
AArch64
/
print-mrs-system-register.ll
blob
3411ed6161bdbdf6ad68dbea70dcfe13e967b051
1
; RUN: llc -mtriple=arm64-apple-darwin %s -o - | FileCheck %s
2
3
; CHECK: mrs x0, CPM_IOACC_CTL_EL3
4
5
define void @foo1() #0 {
6
entry:
7
tail call void asm sideeffect "mrs x0, cpm_ioacc_ctl_el3", ""()
8
ret void
9
}
10
11
attributes #0 = { "target-cpu"="cyclone" }