mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
Remove llvm-upgrade and update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep vxor
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vxor
|
||||
|
||||
void %foo(<4 x float> *%P) {
|
||||
%T = load <4 x float> * %P
|
||||
%S = add <4 x float> zeroinitializer, %T
|
||||
store <4 x float> %S, <4 x float>* %P
|
||||
ret void
|
||||
define void @foo(<4 x float>* %P) {
|
||||
%T = load <4 x float>* %P ; <<4 x float>> [#uses=1]
|
||||
%S = add <4 x float> zeroinitializer, %T ; <<4 x float>> [#uses=1]
|
||||
store <4 x float> %S, <4 x float>* %P
|
||||
ret void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user