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

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 07:20:09 PST 2024


================
@@ -138,6 +141,9 @@ class ReachingDefAnalysis : public MachineFunctionPass {
   DenseMap<MachineInstr *, int> InstIds;
 
   MBBReachingDefsInfo MBBReachingDefs;
+  using MBBFrameObjsReachingDefsInfo =
----------------
michaelmaitland wrote:

It would be nice to leave a comment describing this data structure.

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


More information about the llvm-commits mailing list