[PATCH] D42265: [X86] Add an override of targetShrinkDemandedConstant to limit the damage that shrinkdemandedbits can do to zext_in_reg operations

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 23:53:45 PST 2018


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

Rebase after adding zext-demanded.ll


Repository:
  rL LLVM

https://reviews.llvm.org/D42265

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrCompiler.td
  test/CodeGen/X86/3addr-or.ll
  test/CodeGen/X86/popcnt.ll
  test/CodeGen/X86/pr21792.ll
  test/CodeGen/X86/zext-demanded.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42265.130749.patch
Type: text/x-patch
Size: 8159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180120/59fb2502/attachment.bin>


More information about the llvm-commits mailing list