mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 20:33:54 +00:00
8 lines
239 B
LLVM
8 lines
239 B
LLVM
|
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vrlw &&
|
||
|
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep spr
|
||
|
|
||
|
<4 x int> %test_rol() {
|
||
|
ret <4 x int> < int -11534337, int -11534337, int -11534337, int -11534337 >
|
||
|
}
|
||
|
|