1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Move test/CodeGen/Generic/pr26652.ll to test/CodeGen/X86/pr26652.ll and test it only on X86.

llvm-svn: 261807
This commit is contained in:
Cong Hou 2016-02-25 00:12:18 +00:00
parent d0dcf18d3d
commit 7046b71a1c

View File

@ -1,4 +1,5 @@
; RUN: llc < %s
; RUN: llc < %s -march=x86
; PR26652
define <2 x i32> @test(<4 x i32> %a, <4 x i32> %b) {
entry: