mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Some more cases that can be generated with two instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
966083fd1a
commit
2f70c8cfa2
@ -37,3 +37,12 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
|
||||
sbyte -104, sbyte -104, sbyte -104, sbyte -104,
|
||||
sbyte -104, sbyte -104, sbyte -104, sbyte -104>
|
||||
}
|
||||
|
||||
<4 x int> %test_vsldoi() {
|
||||
ret <4 x int> <int 512, int 512, int 512, int 512>
|
||||
}
|
||||
|
||||
<4 x int> %test_rol() {
|
||||
ret <4 x int> <int -11534337, int -11534337, int -11534337, int -11534337>
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user