[llvm] [ReachingDefAnalysis] Extend the analysis to stack objects. (PR #118097)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 06:38:43 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.
----------------
michaelmaitland wrote:

Three slashes to match?

https://github.com/llvm/llvm-project/pull/118097


More information about the llvm-commits mailing list