[all-commits] [llvm/llvm-project] bdca64: CodeGen: Move current call site out of MachineModu...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 26 00:28:03 PDT 2024
Branch: refs/heads/users/arsenm/move-current-call-site-out-of-mmi
Home: https://github.com/llvm/llvm-project
Commit: bdca64bbf77d18c90f1b7631f8e3fca7c743cd62
https://github.com/llvm/llvm-project/commit/bdca64bbf77d18c90f1b7631f8e3fca7c743cd62
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
M llvm/include/llvm/CodeGen/MachineModuleInfo.h
M llvm/lib/CodeGen/MachineModuleInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
CodeGen: Move current call site out of MachineModuleInfo
I do not know understand what this is for, but it's only used in
SelectionDAGBuilder, so move it to FunctionLoweringInfo like other
function scope DAG builder state. The intrinsics are not documented
in the LangRef or Intrinsics.td.
This removes the last piece of codegen state from MachineModuleInfo.
Commit: 4f683eed88a63c2d5ecbc27006390e432a58a996
https://github.com/llvm/llvm-project/commit/4f683eed88a63c2d5ecbc27006390e432a58a996
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
Log Message:
-----------
Address comments
Compare: https://github.com/llvm/llvm-project/compare/0df69b8933b0...4f683eed88a6
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list