[llvm] r206743 - llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32.

Lang Hames lhames at gmail.com
Tue Apr 22 00:09:53 PDT 2014


Oops. Thanks for catching this Takumi!

- Lang.


On Mon, Apr 21, 2014 at 9:01 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:

> Author: chapuni
> Date: Mon Apr 21 06:01:46 2014
> New Revision: 206743
>
> URL: http://llvm.org/viewvc/llvm-project?rev=206743&view=rev
> Log:
> llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32.
>
> Modified:
>     llvm/trunk/test/CodeGen/X86/bmi.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/bmi.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/bmi.ll?rev=206743&r1=206742&r2=206743&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/bmi.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/bmi.ll Mon Apr 21 06:01:46 2014
> @@ -222,7 +222,7 @@ entry:
>    ret i32 %and
>  ; CHECK-LABEL: bzhi32_constant_mask:
>  ; CHECK: movb    $30, %al
> -; CHECK: bzhil   %eax, %edi, %eax
> +; CHECK: bzhil   %eax, %e[[ARG1:di|cx]], %eax
>  }
>
>  define i64 @bzhi64_constant_mask(i64 %x) #0 {
> @@ -231,7 +231,7 @@ entry:
>    ret i64 %and
>  ; CHECK-LABEL: bzhi64_constant_mask:
>  ; CHECK: movb    $62, %al
> -; CHECK: bzhiq   %rax, %rdi, %rax
> +; CHECK: bzhiq   %rax, %r[[ARG1]], %rax
>  }
>
>  define i32 @blsi32(i32 %x) nounwind readnone {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140422/ea986dae/attachment.html>


More information about the llvm-commits mailing list