[PATCH] D105169: [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 5 13:50:23 PDT 2021
eugenis added a comment.
In D105169#3111935 <https://reviews.llvm.org/D105169#3111935>, @hyeongyukim wrote:
> - long long res;
> + register long long res __asm__("x0");
>
> Is it okay to commit this change by myself?
Yes, go ahead!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105169/new/
https://reviews.llvm.org/D105169
More information about the cfe-commits
mailing list