[PATCH] D48606: [X86] Use bts/btr/btc for single bit set/clear/complement of a variable bit position

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 05:49:40 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/btc_bts_btr.ll:135
+; X86:       # %bb.0:
+; X86-NEXT:    movb {{[0-9]+}}(%esp), %cl
+; X86-NEXT:    movl $1, %eax
----------------
Separate issue but we should really have movzbl here


https://reviews.llvm.org/D48606





More information about the llvm-commits mailing list