[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:26:20 PDT 2024


================
@@ -99,6 +99,11 @@ enum class fltNanEncoding {
   NegativeZero,
 };
 
+class APFloatEBOChecker {
----------------
kuhar wrote:

You don't have to add a class for this assert -- it should work in the global scope.

https://github.com/llvm/llvm-project/pull/112589


More information about the llvm-commits mailing list