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
[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2008-03-18-RegScavengerAssert.ll
blob
a7b7757a3f5deaa017dfc87c7305923e92ba7bba
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64--
2
3
define i16 @test(ptr %d1, ptr %d2) {
4
%tmp237 = call i16 asm "lhbrx $0, $2, $1", "=r,r,bO,m"( ptr %d1, i32 0, ptr %d2 )
5
ret i16 %tmp237
6
}