diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-15 09:26:15 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-15 09:26:15 +0000 |
commit | 1c60d18aeeb8c92db6e0f7430e97eec473447c91 (patch) | |
tree | d068837be98ce501ce3dbd486cef71aba88a08bc /llvm/test/CodeGen/X86/combine-or.ll | |
parent | fbe56a052984587eb8307f6e53fc4300d5514a19 (diff) | |
download | bcm5719-llvm-1c60d18aeeb8c92db6e0f7430e97eec473447c91.tar.gz bcm5719-llvm-1c60d18aeeb8c92db6e0f7430e97eec473447c91.zip |
[x86] Update some tests with the latest version of my script and llc.
This mostly adds some shuffle decode comments and cleans up indentation.
llvm-svn: 229296
Diffstat (limited to 'llvm/test/CodeGen/X86/combine-or.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/combine-or.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/combine-or.ll b/llvm/test/CodeGen/X86/combine-or.ll index 2caefdb42eb..4bce1cf394f 100644 --- a/llvm/test/CodeGen/X86/combine-or.ll +++ b/llvm/test/CodeGen/X86/combine-or.ll @@ -254,7 +254,7 @@ define <2 x i64> @test20(<2 x i64> %a, <2 x i64> %b) { ; CHECK-LABEL: test20: ; CHECK: # BB#0: ; CHECK-NEXT: orps %xmm1, %xmm0 -; CHECK-NEXT: movq %xmm0, %xmm0 +; CHECK-NEXT: movq {{.*#+}} xmm0 = xmm0[0],zero ; CHECK-NEXT: retq %shuf1 = shufflevector <2 x i64> %a, <2 x i64> zeroinitializer, <2 x i32><i32 0, i32 2> %shuf2 = shufflevector <2 x i64> %b, <2 x i64> zeroinitializer, <2 x i32><i32 0, i32 2> |