[PATCH] D157499: [IR] Add noreadafterunwind attribute
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 12:16:33 PDT 2023
aeubanks added a comment.
needs a verifier check that the attribute isn't a return value attribute
a follow up change will infer this for `sret` args in `inferattrs`?
is this intended to be derivable for args of internal/private functions or mostly just for `sret`/something the frontend can add?
what changes would need to be made to sink the store in https://gcc.godbolt.org/z/hnddhTqWa ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157499/new/
https://reviews.llvm.org/D157499
More information about the llvm-commits
mailing list