[PATCH] D68521: [PATCH 36/38] [noalias] Clang CodeGen for restrict-qualified pointers
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 06:22:12 PDT 2019
jeroen.dobbelaere marked an inline comment as done.
jeroen.dobbelaere added inline comments.
================
Comment at: clang/include/clang/Driver/CC1Options.td:287
+ HelpText<"Only support restrict on function arguments">;
+def full_restrict : Flag<["-"], "full-restrict">,
+ HelpText<"Enable full restrict support">;
----------------
I plan to move the options into the 'f_group'. These will then become: -fonly-restrict-arguments, -ffull-restrict and -fno-noalias-arguments.
I'll also be adding a '-fno-full-restrict' option, so that we can easily fall back to the legacy behavior when the default is toggled.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68521/new/
https://reviews.llvm.org/D68521
More information about the llvm-commits
mailing list