[PATCH] D37418: [X86] Use btc/btr/bts to implement xor/and/or that affects a single bit in the upper 32-bits of a 64-bit operation.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 10:33:54 PST 2018


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

Once more with test file


https://reviews.llvm.org/D37418

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86InstrCompiler.td
  lib/Target/X86/X86InstrInfo.td
  test/CodeGen/X86/x86-64-bittest-logic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37418.134456.patch
Type: text/x-patch
Size: 9260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180215/2fb3cf1b/attachment.bin>


More information about the llvm-commits mailing list