[all-commits] [llvm/llvm-project] d6ec6e: [TargetLowering] Merge ExpandChainLibCall with mak...

topperc via All-commits all-commits at lists.llvm.org
Mon Nov 25 10:56:42 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d6ec6e4bf6d87f35d83fccc631c5cf7a00ef1af5
      https://github.com/llvm/llvm-project/commit/d6ec6e4bf6d87f35d83fccc631c5cf7a00ef1af5
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  [TargetLowering] Merge ExpandChainLibCall with makeLibCall

I need to be able to drop an operand for STRICT_FP_ROUND handling on X86. Merging these functions gives me the ArrayRef interface that passes the return type, operands, and debugloc instead of the Node.

Differential Revision: https://reviews.llvm.org/D70503




More information about the All-commits mailing list