mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
84c70a70ba
commit
2b3433557f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user