diff options
| author | Craig Topper <craig.topper@intel.com> | 2017-09-27 20:34:17 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2017-09-27 20:34:17 +0000 |
| commit | c16a47296606d41a5fb432ae1c978fd77ac9f511 (patch) | |
| tree | 29f210f25fed6c0d4b760541961670742afc162e /llvm/test/CodeGen/X86/tbm_patterns.ll | |
| parent | e0d829009459722105826bb9b678334d9ba337b3 (diff) | |
| download | bcm5719-llvm-c16a47296606d41a5fb432ae1c978fd77ac9f511.tar.gz bcm5719-llvm-c16a47296606d41a5fb432ae1c978fd77ac9f511.zip | |
Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like the NOREX version of TEST."""
This caused PR34751
llvm-svn: 314339
Diffstat (limited to 'llvm/test/CodeGen/X86/tbm_patterns.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/tbm_patterns.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/tbm_patterns.ll b/llvm/test/CodeGen/X86/tbm_patterns.ll index 47b642bacff..a72b5405615 100644 --- a/llvm/test/CodeGen/X86/tbm_patterns.ll +++ b/llvm/test/CodeGen/X86/tbm_patterns.ll @@ -18,7 +18,7 @@ define i32 @test_x86_tbm_bextri_u32_subreg(i32 %a) nounwind { ; CHECK-LABEL: test_x86_tbm_bextri_u32_subreg: ; CHECK: # BB#0: ; CHECK-NEXT: movl %edi, %eax -; CHECK-NEXT: movzbl %ah, %eax +; CHECK-NEXT: movzbl %ah, %eax # NOREX ; CHECK-NEXT: retq %t0 = lshr i32 %a, 8 %t1 = and i32 %t0, 255 @@ -79,7 +79,7 @@ define i64 @test_x86_tbm_bextri_u64_subreg(i64 %a) nounwind { ; CHECK-LABEL: test_x86_tbm_bextri_u64_subreg: ; CHECK: # BB#0: ; CHECK-NEXT: movq %rdi, %rax -; CHECK-NEXT: movzbl %ah, %eax +; CHECK-NEXT: movzbl %ah, %eax # NOREX ; CHECK-NEXT: retq %t0 = lshr i64 %a, 8 %t1 = and i64 %t0, 255 |

