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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits