[PATCH] D46328: [X86] Mark all x86 specific builtins as nothrow.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 1 18:17:17 PDT 2018
efriedma added a comment.
You could write a test like `static_assert(noexcept(__builtin_ia32_bzhi_di(0,0)), "");`. I don't think it has any other effect.
Repository:
rC Clang
https://reviews.llvm.org/D46328
More information about the cfe-commits
mailing list