[llvm] Update the EBO static_assert to dheck against APFloat::Storage instead of IEEEFloat. (PR #112589)
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 11:44:34 PDT 2024
================
@@ -99,6 +99,11 @@ enum class fltNanEncoding {
NegativeZero,
};
+class APFloatEBOChecker {
----------------
kuhar wrote:
OK, that's fair. Could you add a comment explaining this next to the friend declaration?
https://github.com/llvm/llvm-project/pull/112589
More information about the llvm-commits
mailing list