From 54d9f88bed70d5bd79b223899a62f0530772a413 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 21 Apr 2014 11:01:46 +0000 Subject: [PATCH] llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32. llvm-svn: 206743 --- llvm/test/CodeGen/X86/bmi.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/bmi.ll b/llvm/test/CodeGen/X86/bmi.ll index 1dc2edb7ea4e..c04fe9b5cfae 100644 --- a/llvm/test/CodeGen/X86/bmi.ll +++ b/llvm/test/CodeGen/X86/bmi.ll @@ -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 {