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
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
inline-asm-s-modifier.ll
blob
861d99745392eed10afd24d3c96a59bf55bbd5b0
1
; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s
2
define void @test() {
3
entry:
4
call void asm sideeffect "mtfsb1 ${0:s}", "i"(i32 7), !srcloc !1
5
ret void
6
}
7
; CHECK: #APP
8
; CHECK-NEXT: mtfsb1 25
9
10
!1 = !{i32 40}