[PATCH] D130224: [Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values
Nuno Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 29 01:20:48 PDT 2022
nlopes added a comment.
Would it be possible to implement this by dropping the `noundef` attribute rather than emitting a freeze? Seems like a much better option to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130224/new/
https://reviews.llvm.org/D130224
More information about the cfe-commits
mailing list