[PATCH] D27845: [SelectionDAG] Enable target specific vector scalarization of calls and returns

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 11:05:25 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299766: [SelectionDAG] Enable target specific vector scalarization of calls and returns (authored by sdardis).

Changed prior to commit:
  https://reviews.llvm.org/D27845?vs=94053&id=94513#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27845

Files:
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/Target/Mips/MipsCCState.cpp
  llvm/trunk/lib/Target/Mips/MipsCCState.h
  llvm/trunk/lib/Target/Mips/MipsCallingConv.td
  llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
  llvm/trunk/lib/Target/Mips/MipsISelLowering.h
  llvm/trunk/lib/Target/Mips/MipsRegisterInfo.cpp
  llvm/trunk/test/CodeGen/Mips/cconv/vector.ll
  llvm/trunk/test/CodeGen/Mips/ctlz-v.ll
  llvm/trunk/test/CodeGen/Mips/cttz-v.ll
  llvm/trunk/test/CodeGen/Mips/return-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27845.94513.patch
Type: text/x-patch
Size: 96236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/5510b765/attachment.bin>


More information about the llvm-commits mailing list