[clang] [llvm] Implement operand bundles for floating-point operations (PR #109798)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 16:23:44 PDT 2024
================
@@ -43,6 +43,15 @@ enum ExceptionBehavior : uint8_t {
}
+inline bool isValidExceptionBehavior(unsigned X) {
----------------
andykaylor wrote:
Do you know why the exception behaviors aren't handled in FloatingPointMode.h?
https://github.com/llvm/llvm-project/pull/109798
More information about the cfe-commits
mailing list