mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 16:06:06 +00:00

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. Reviewed By: HsiangKai Differential Revision: https://reviews.llvm.org/D112028