[all-commits] [llvm/llvm-project] f49f6c: [CallSite removal][SelectionDAGBuilder] Remove mos...

topperc via All-commits all-commits at lists.llvm.org
Fri Apr 10 19:24:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f49f6cf91eb2a9287d129cd4f31299c5646635df
      https://github.com/llvm/llvm-project/commit/f49f6cf91eb2a9287d129cd4f31299c5646635df
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-04-10 (Fri, 10 Apr 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

  Log Message:
  -----------
  [CallSite removal][SelectionDAGBuilder] Remove most CallSite usage from visitInlineAsm.

I only left it at the interface to ParseConstraints since that
needs updates to other callers in different files. I'll do that
as a follow up.

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




More information about the All-commits mailing list