[PATCH] D116998: [LangRef] Don't allow read from sret memory after unwind
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 06:04:53 PDT 2023
nikic abandoned this revision.
nikic added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.
As changing sret semantics seems to be somewhat problematic, I've created a new patch that introduces a separate attribute instead: https://reviews.llvm.org/D157499 That also has the benefit of being inferable, at least in principle, because it's not mixed in with ABI considerations.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116998/new/
https://reviews.llvm.org/D116998
More information about the llvm-commits
mailing list