mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
test/CodeGen/PowerPC: Add explicit -march=ppc32.
FIXME: Please add another RUN line if you would like to check also on ppc64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
375cbe4143
commit
09af5b8c3e
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mattr=+altivec --enable-unsafe-fp-math | FileCheck %s
|
||||
; RUN: llc < %s -march=ppc32 -mattr=+altivec --enable-unsafe-fp-math | FileCheck %s
|
||||
|
||||
define void @VXOR(<4 x float>* %P1, <4 x i32>* %P2, <4 x float>* %P3) {
|
||||
%tmp = load <4 x float>* %P3 ; <<4 x float>> [#uses=1]
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mattr=+altivec | FileCheck %s
|
||||
; RUN: llc < %s -march=ppc32 -mattr=+altivec | FileCheck %s
|
||||
|
||||
define <4 x i32> @test_v4i32(<4 x i32>* %X, <4 x i32>* %Y) {
|
||||
%tmp = load <4 x i32>* %X ; <<4 x i32>> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user