[PATCH] D57914: [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sanitizer checks, NFC.
pierre gousseau via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 20 05:24:18 PST 2019
pgousseau marked 7 inline comments as done.
pgousseau added inline comments.
================
Comment at: include/clang/Basic/Sanitizers.h:96
+ return false;
+ }
+ return true;
----------------
riccibruno wrote:
> Is that vectorized by gcc/clang, or is that a sequence of branches ?
clang 6 or gcc 7.3 does not vectorize but clang 8 does!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57914/new/
https://reviews.llvm.org/D57914
More information about the cfe-commits
mailing list