[llvm] [ReachingDefAnalysis] Extend the analysis to stack objects. (PR #118097)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 06:44:52 PST 2025
================
@@ -177,6 +188,7 @@ class ReachingDefAnalysis : public MachineFunctionPass {
/// Provides the instruction id of the closest reaching def instruction of
/// Reg that reaches MI, relative to the begining of MI's basic block.
+ // Note that Reg may represent a stack slot.
----------------
mgudim wrote:
done
https://github.com/llvm/llvm-project/pull/118097
More information about the llvm-commits
mailing list