[PATCH] D31249: [DAGCombiner] Add vector demanded elements support to computeKnownBitsForTargetNode

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 04:36:58 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299201: [DAGCombiner] Add vector demanded elements support to… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D31249?vs=93356&id=93617#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31249

Files:
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.h
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.h
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
  llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/trunk/lib/Target/Sparc/SparcISelLowering.h
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp
  llvm/trunk/lib/Target/XCore/XCoreISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31249.93617.patch
Type: text/x-patch
Size: 12465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170331/475b00c1/attachment.bin>


More information about the llvm-commits mailing list