[all-commits] [llvm/llvm-project] c62135: [Pass] Support MachineFunction in getIRName (#70901)
paperchalice via All-commits
all-commits at lists.llvm.org
Tue Nov 7 23:19:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6213506974a2aa3e81e6ea279511b996827910d
https://github.com/llvm/llvm-project/commit/c6213506974a2aa3e81e6ea279511b996827910d
Author: paperchalice <lgamma at 163.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
Log Message:
-----------
[Pass] Support MachineFunction in getIRName (#70901)
It is necessary in MachinePassManager. `llc` can show function names
when using `debug-pass-manager`.
Part of #69879.
@arsenm
More information about the All-commits
mailing list