Fix a test case failure on Apple PPC.

llvm-svn: 283191
This commit is contained in:
Nemanja Ivanovic 2016-10-04 07:37:38 +00:00
parent 11049f8f07
commit a565d9e612
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
; RUN: llc < %s -march=ppc64 -mattr=+vsx -verify-machineinstrs | \ ; RUN: llc < %s -mtriple=ppc64-unknown-linux-gnu -mattr=+vsx \
; RUN: FileCheck %s --check-prefix=VSX ; RUN: -verify-machineinstrs | FileCheck %s --check-prefix=VSX
; RUN: llc < %s -march=ppc64 -mattr=-vsx -verify-machineinstrs | \ ; RUN: llc < %s -mtriple=ppc64-unknown-linux-gnu -mattr=-vsx \
; RUN: FileCheck %s --check-prefix=NOVSX ; RUN: -verify-machineinstrs | FileCheck %s --check-prefix=NOVSX
define <2 x double> @interleaving_VSX_VMX( define <2 x double> @interleaving_VSX_VMX(
<2 x double> %a, <2 x double> %b, <2 x double> %c, <2 x double> %a, <2 x double> %b, <2 x double> %c,