[PATCH] D65795: [TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 02:18:08 PDT 2019
shiva0217 created this revision.
shiva0217 added reviewers: efriedma, asb, lenary.
Herald added subscribers: jrtc27, fedor.sergeev, aheejin, jgravelle-google, sbc100, javed.absar, jyknight, dschuff.
Herald added a project: LLVM.
The patch introduces makeLibCallOptions struct as suggested by @efriedma on D65497 <https://reviews.llvm.org/D65497>.
The struct contains ArgListEntry and CallLoweringInfo classes to pass argument and return value flags to makeLibCall. The patch should not has any functionality changing.
Repository:
rL LLVM
https://reviews.llvm.org/D65795
Files:
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65795.213544.patch
Type: text/x-patch
Size: 54541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190806/2bfb519d/attachment-0001.bin>
More information about the llvm-commits
mailing list