Skip to content

Commit 5e4123e

Browse files
[X86] Update scmp.ll
1 parent 7a248db commit 5e4123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/scmp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ define <7 x i117> @scmp_uncommon_vectors(<7 x i7> %x, <7 x i7> %y) nounwind {
23982398
; X86-NEXT: addl {{[-0-9]+}}(%e{{[sb]}}p), %ebp # 4-byte Folded Reload
23992399
; X86-NEXT: movl %ebp, 12(%esi)
24002400
; X86-NEXT: movl {{[-0-9]+}}(%e{{[sb]}}p), %eax # 4-byte Reload
2401-
; X86-NEXT: andl $7, %eax
2401+
; X86-NEXT: andb $7, %al
24022402
; X86-NEXT: movb %al, 102(%esi)
24032403
; X86-NEXT: movl {{[-0-9]+}}(%e{{[sb]}}p), %eax # 4-byte Reload
24042404
; X86-NEXT: shll $30, %eax

0 commit comments

Comments
 (0)