[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:45:02 PST 2025


================
@@ -305,6 +317,7 @@ class ReachingDefAnalysis : public MachineFunctionPass {
 
   /// Provides the instruction 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