diff options
| author | Cong Hou <congh@google.com> | 2016-02-25 00:12:18 +0000 |
|---|---|---|
| committer | Cong Hou <congh@google.com> | 2016-02-25 00:12:18 +0000 |
| commit | ce16649d49887010c89e266d822fec44ff1e1bb7 (patch) | |
| tree | 79d095c8f9b9f720e6bfe02d40bbc5926d575a42 /llvm | |
| parent | 4432e12918a145319ae9462f07b71ddf94b0c4ef (diff) | |
| download | bcm5719-llvm-ce16649d49887010c89e266d822fec44ff1e1bb7.tar.gz bcm5719-llvm-ce16649d49887010c89e266d822fec44ff1e1bb7.zip | |
Move test/CodeGen/Generic/pr26652.ll to test/CodeGen/X86/pr26652.ll and test it only on X86.
llvm-svn: 261807
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/pr26652.ll (renamed from llvm/test/CodeGen/Generic/pr26652.ll) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/pr26652.ll b/llvm/test/CodeGen/X86/pr26652.ll index 43e1aedda1c..c47128a51e9 100644 --- a/llvm/test/CodeGen/Generic/pr26652.ll +++ b/llvm/test/CodeGen/X86/pr26652.ll @@ -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: |

