[all-commits] [llvm/llvm-project] 267708: [MachineOutliner] Add IsOutlined to MachineFunction

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Sun Apr 9 19:58:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 267708f9d5150c5153e92e913c021918b790ac4f
      https://github.com/llvm/llvm-project/commit/267708f9d5150c5153e92e913c021918b790ac4f
  Author: wangpc <pc.wang at linux.alibaba.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/MIRYamlMapping.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/test/CodeGen/RISCV/machineoutliner.mir
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp

  Log Message:
  -----------
  [MachineOutliner] Add IsOutlined to MachineFunction

We add a field `IsOutlined` to indicate whether a MachineFunction
is outlined and set it true for outlined functions in MachineOutliner.

Reviewed By: paquette

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




More information about the All-commits mailing list