[X86] Regenerate popcnt tests

llvm-svn: 321093
This commit is contained in:
Simon Pilgrim 2017-12-19 18:05:13 +00:00
parent bfac8f782c
commit 7cabb4c384
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ define i16 @cnt16(i16 %x) nounwind readnone {
; X32-NEXT: movl %ecx, %eax
; X32-NEXT: shll $8, %eax
; X32-NEXT: addl %ecx, %eax
; X32-NEXT: movzbl %ah, %eax
; X32-NEXT: movzbl %ah, %eax # NOREX
; X32-NEXT: # kill: def %ax killed %ax killed %eax
; X32-NEXT: retl
;