llvm-project
6a027039 - [CoroFrame] Save frame ptr in entry funclets (#176766)

Commit
93 days ago
[CoroFrame] Save frame ptr in entry funclets (#176766) The logic deciding whether to save the frame pointer using an Alloca was flawed: it must be the opposite of deciding whether to use EntryValue, since those are the only methods allowing debuggers to find the frame pointer (and therefore variables) reliably. This commit fixes the logic.
Parents
Loading