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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 13:56:07 PDT 2018


lebedev.ri added a comment.

1. No tests for 16-bit case.
2. Pattern with memory operands unhandled
3. Pattern with immediates not handled.

(i can follow-up with that, if wanted, mostly have the tests anyway)


https://reviews.llvm.org/D48606





More information about the llvm-commits mailing list