mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Add comment for testcase for 122206
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
142d21c861
commit
e273690d7a
@ -19,9 +19,10 @@ entry:
|
|||||||
ret <8 x float> %add
|
ret <8 x float> %add
|
||||||
}
|
}
|
||||||
|
|
||||||
|
; Test case for r122206
|
||||||
define void @test2(<4 x i64>* %ap, <4 x i64>* %bp) nounwind {
|
define void @test2(<4 x i64>* %ap, <4 x i64>* %bp) nounwind {
|
||||||
entry:
|
entry:
|
||||||
|
; CHECK: movdqa
|
||||||
%a = load <4 x i64> * %ap
|
%a = load <4 x i64> * %ap
|
||||||
%b = load <4 x i64> * %bp
|
%b = load <4 x i64> * %bp
|
||||||
%mulaa = mul <4 x i64> %a, %a
|
%mulaa = mul <4 x i64> %a, %a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user