mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
Changed test to check for correct load size instead of shift as the shift might change if optimised
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
492be64772
commit
cbe35f2147
@ -170,7 +170,7 @@ define void @add31i8(%i8vec31* nocapture sret %ret, %i8vec31* %ap, %i8vec31* %bp
|
|||||||
; CHECK: rot
|
; CHECK: rot
|
||||||
%i8vec3pack = type { <3 x i8>, i8 }
|
%i8vec3pack = type { <3 x i8>, i8 }
|
||||||
define %i8vec3pack @rot() nounwind {
|
define %i8vec3pack @rot() nounwind {
|
||||||
; CHECK: shrl
|
; CHECK: movd {{-?[0-9]+}}(%rsp), {{%xmm[0-9]}}
|
||||||
entry:
|
entry:
|
||||||
%X = alloca %i8vec3pack, align 4
|
%X = alloca %i8vec3pack, align 4
|
||||||
%rot = alloca %i8vec3pack, align 4
|
%rot = alloca %i8vec3pack, align 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user