[all-commits] [llvm/llvm-project] e0d855: [SelectionDAG] Change SelectionDAGISel::{funcInfo, ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Dec 23 22:45:47 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e0d855b39974bc40dee0f722884894098be6d420
      https://github.com/llvm/llvm-project/commit/e0d855b39974bc40dee0f722884894098be6d420
  Author: Fangrui Song <maskray at google.com>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

  Log Message:
  -----------
  [SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptr

CurDAG is referenced more than 2000 times and used in many gerated .cpp
files. Don't touch it for now.




More information about the All-commits mailing list