[llvm] Update the EBO static_assert to dheck against APFloat::Storage instead of IEEEFloat. (PR #112589)

Daniel Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 11:34:15 PDT 2024


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

The reason is that `APFloat::U` is private, so we added a `friend` class to access it.

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


More information about the llvm-commits mailing list