[PATCH] D70503: [TargetLowering] Pass RetVT, operands, and debug location separately to ExpandChainLibCall.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 12:23:54 PST 2019


craig.topper created this revision.
craig.topper added reviewers: eli.friedman, uweigand, pengfei, LiuChen3, kpn, cameron.mcinally.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

This matches how makeLibCall works and we should consider merging them somehow.

I need this to be able to drop one of the operands when lowering STRICT_FP_ROUND for fp128 on X86.


https://reviews.llvm.org/D70503

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70503.230311.patch
Type: text/x-patch
Size: 6304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/53633a65/attachment-0001.bin>


More information about the llvm-commits mailing list