1; RUN: llc -mtriple=arm64-apple-darwin %s -o - | FileCheck %s
2
3; CHECK: mrs x0, CPM_IOACC_CTL_EL3
4
5define void @foo1() #0 {
6entry:
7  tail call void asm sideeffect "mrs x0, cpm_ioacc_ctl_el3", ""()
8  ret void
9}
10
11attributes #0 = { "target-cpu"="cyclone" }
12