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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 14:51:09 PDT 2018


craig.topper updated this revision to Diff 152970.
craig.topper added a comment.

Add more tests with explicit loads.

Should I add the RMW memory test cases that we definitely shouldn't use BTS/BTR/BTC for?


https://reviews.llvm.org/D48606

Files:
  lib/Target/X86/X86InstrCompiler.td
  test/CodeGen/X86/btc_bts_btr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48606.152970.patch
Type: text/x-patch
Size: 20258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180626/cb05a300/attachment.bin>


More information about the llvm-commits mailing list