[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
Fri Jan 12 11:37:08 PST 2018


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

Remove the X86TargetTransformInfo.cpp changes and rebase.

Still need to change to -Os only


Repository:
  rL LLVM

https://reviews.llvm.org/D37418

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37418.129674.patch
Type: text/x-patch
Size: 39234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180112/d698822a/attachment.bin>


More information about the llvm-commits mailing list