diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2017-09-26 10:25:27 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2017-09-26 10:25:27 +0000 |
| commit | 4b2113a3034842b6035cf9c184c5602b5535b7dc (patch) | |
| tree | 7adb901ebe602ade201084c7a14324f4d36f5e56 /llvm/test/CodeGen/X86/tbm_patterns.ll | |
| parent | 4a5a6337f7b79c8800dc0f5d7119f17b07e527ae (diff) | |
| download | bcm5719-llvm-4b2113a3034842b6035cf9c184c5602b5535b7dc.tar.gz bcm5719-llvm-4b2113a3034842b6035cf9c184c5602b5535b7dc.zip | |
Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like the NOREX version of TEST."
Makes llc crash. This reverts commit r314151.
llvm-svn: 314199
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 |

