mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad199b1e5c
commit
52379111e8
10
test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
Normal file
10
test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
; RUN: llvm-as < %s | llc -march=ppc32
|
||||||
|
|
||||||
|
void %img2buf(int %symbol_size_in_bytes, ushort* %ui16) {
|
||||||
|
%tmp93 = load ushort* null ; <ushort> [#uses=1]
|
||||||
|
%tmp99 = call ushort %llvm.bswap.i16( ushort %tmp93 ) ; <ushort> [#uses=1]
|
||||||
|
store ushort %tmp99, ushort* %ui16
|
||||||
|
ret void
|
||||||
|
}
|
||||||
|
|
||||||
|
declare ushort %llvm.bswap.i16(ushort)
|
Loading…
Reference in New Issue
Block a user