[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:46:55 PDT 2024
================
@@ -99,6 +99,11 @@ enum class fltNanEncoding {
NegativeZero,
};
+class APFloatEBOChecker {
----------------
DanielCChen wrote:
Sure. Will do.
https://github.com/llvm/llvm-project/pull/112589
More information about the llvm-commits
mailing list