[PATCH] D44442: [X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demanded bits if it helps created an and mask that can be matched as a zero extend.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 09:59:19 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327530: [X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demanded… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44442?vs=138228&id=138396#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44442

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/pr12360.ll
  llvm/trunk/test/CodeGen/X86/pr32284.ll
  llvm/trunk/test/CodeGen/X86/zext-demanded.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44442.138396.patch
Type: text/x-patch
Size: 4815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/6b0f7c18/attachment.bin>


More information about the llvm-commits mailing list