[llvm] r321093 - [X86] Regenerate popcnt tests

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 10:05:13 PST 2017


Author: rksimon
Date: Tue Dec 19 10:05:13 2017
New Revision: 321093

URL: http://llvm.org/viewvc/llvm-project?rev=321093&view=rev
Log:
[X86] Regenerate popcnt tests

Modified:
    llvm/trunk/test/CodeGen/X86/popcnt.ll

Modified: llvm/trunk/test/CodeGen/X86/popcnt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/popcnt.ll?rev=321093&r1=321092&r2=321093&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/popcnt.ll (original)
+++ llvm/trunk/test/CodeGen/X86/popcnt.ll Tue Dec 19 10:05:13 2017
@@ -78,7 +78,7 @@ define i16 @cnt16(i16 %x) nounwind readn
 ; 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
 ;




More information about the llvm-commits mailing list