[all-commits] [llvm/llvm-project] 9c1842: Change FastISel::CallLoweringInfo::CS to be an Imm...

topperc via All-commits all-commits at lists.llvm.org
Fri Apr 10 23:50:17 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp

  Log Message:
  -----------
  Change FastISel::CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. NFCI.

This is the same as what was done to the CallLoweringInfo in
TargetLowering.h in r309159.

This is just a step on the way to replacing this with CallBase.




More information about the All-commits mailing list