[PATCH] D141381: [codegen] Store address of indirect arguments on the stack

Felipe de Azevedo Piovezan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 08:07:27 PST 2023


fdeazeve added a comment.

There is a real regression in `lldb/test/API/functionalities/param_entry_vals/basic_entry_values/` when this is compiled with O2 <https://reviews.llvm.org/owners/package/2/>:

  __attribute__((noinline)) void func15(StructPassedViaPointerToTemporaryCopy S) 

It seems that, prior to this patch, `S` had debug information in O2 <https://reviews.llvm.org/owners/package/2/> builds. I'll investigate.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141381/new/

https://reviews.llvm.org/D141381



More information about the cfe-commits mailing list