diff options
author | Amara Emerson <aemerson@apple.com> | 2018-01-04 20:20:44 +0000 |
---|---|---|
committer | Amara Emerson <aemerson@apple.com> | 2018-01-04 20:20:44 +0000 |
commit | 83e852f30d39360724ca12ce1c2bb57b3ae4548a (patch) | |
tree | 0bd826ec0af55b4fc24d42d4853298e8211a8f6f | |
parent | b2575930b3a30a8d12ef53912ff4147da02b77e4 (diff) | |
download | bcm5719-llvm-83e852f30d39360724ca12ce1c2bb57b3ae4548a.tar.gz bcm5719-llvm-83e852f30d39360724ca12ce1c2bb57b3ae4548a.zip |
Revert "[X86] Regenerate test"
This reverts r321814 as it was failing make check.
llvm-svn: 321819
-rw-r--r-- | llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll index 49e272aef9f..f110bd89a30 100644 --- a/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll +++ b/llvm/test/CodeGen/X86/2006-11-17-IllegalMove.ll @@ -1,22 +1,9 @@ -; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %S +; RUN: llc < %s -mtriple=x86_64-- > %t +; RUN: grep movb %t | count 1 +; RUN: grep "movzb[wl]" %t + define void @handle_vector_size_attribute() nounwind { -; CHECK-LABEL: handle_vector_size_attribute: -; CHECK: # %bb.0: # %entry -; CHECK-NEXT: movl 0, %eax -; CHECK-NEXT: decl %eax -; CHECK-NEXT: cmpl $2, %eax -; CHECK-NEXT: jae .LBB0_2 -; CHECK-NEXT: # %bb.1: # %cond_next129 -; CHECK-NEXT: movb 0, %al -; CHECK-NEXT: movzbl %al, %eax -; CHECK-NEXT: # kill: def %eax killed %eax def %ax -; CHECK-NEXT: divb %al -; CHECK-NEXT: movzbl %al, %eax -; CHECK-NEXT: cmpq %rax, %rax -; CHECK-NEXT: .LBB0_2: # %bb84 -; CHECK-NEXT: retq entry: %tmp69 = load i32, i32* null ; <i32> [#uses=1] switch i32 %tmp69, label %bb84 [ |