[all-commits] [llvm/llvm-project] 4f1d8d: CodeGen: Move current call site out of MachineModu...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 24 11:31:44 PDT 2024
Branch: refs/heads/users/arsenm/move-current-call-site-out-of-mmi
Home: https://github.com/llvm/llvm-project
Commit: 4f1d8d439c2c0ff5742a98f8fe42d8212d91f556
https://github.com/llvm/llvm-project/commit/4f1d8d439c2c0ff5742a98f8fe42d8212d91f556
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-24 (Wed, 24 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: 9b186d7ec5dc6a39197997ddfe1f4f49872bade9
https://github.com/llvm/llvm-project/commit/9b186d7ec5dc6a39197997ddfe1f4f49872bade9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-24 (Wed, 24 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
Log Message:
-----------
Address comments
Compare: https://github.com/llvm/llvm-project/compare/8bfecff9e054...9b186d7ec5dc
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