[PATCH] D158286: [Inline] Avoid incompatible return attributes on deoptimize
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 09:00:09 PDT 2023
anna added a comment.
One thing to note though is we would need to future proof against incompatible types (whenever new return types are added), but that happens in the common API: `AttributeFuncs::typeIncompatible`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158286/new/
https://reviews.llvm.org/D158286
More information about the llvm-commits
mailing list