Open
Description
When we do not mark these with DNER before promotion it results in dependent promotion, instead of allowing physical promotion to handle them. One example of this seems to be Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol:Microsoft.Cci.IParameterTypeInformation.get_CustomModifiers
in benchmarks.run_pgo. It seems to be a path that is related to GDV that ends up creating a call node with a return buffer that isn't marked DNER.