[PATCH] D20376: [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 13:29:22 PDT 2016
kparzysz retitled this revision from "Properly set CLI.NumFixedArgs for mem{set,move,cpy} builtins in SelectionDAG" to "[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee".
kparzysz updated the summary for this revision.
kparzysz removed a reviewer: mehdi_amini.
kparzysz updated this revision to Diff 60888.
kparzysz added a comment.
Herald added subscribers: dsanders, jyknight.
As per earlier comments, updated the diff to remove FixedArgs parameter from setCallee and fixed all calls to setCallee to reflect the change.
Repository:
rL LLVM
http://reviews.llvm.org/D20376
Files:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20376.60888.patch
Type: text/x-patch
Size: 18636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160615/1d8628dc/attachment.bin>
More information about the llvm-commits
mailing list