It was being used to control the nothrow attribute on the builtins. The
nothrow attribute is for C++ exceptions. Even if the vector builtins
have side effects in IR, that's different than the nothrow attribute.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo