Hello I've been trying to access the Summary Record of AliasSummary type, by having a custom pass, which has CxxIL ReaderPhase, followed by Alias analysis Phase, followed by a custom phase, which tries to access the summary record using callGraph.SummaryManager.HasSummary(node, Phx.Graphs.AliasSummary.Type)
However, this call always returns false, unless executed in a phase after CxxIL Reader Phase of the C2 codegen pass.
I meant, what trace output do you see? If we publish an alias summary we emit a message when the trace option above is specified.Architect - Microsoft Phoenix Project