[llvm] [ADT][APFloat] Make sure EBO is performed on APFloat (PR #111641)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 23:46:51 PDT 2024


================
@@ -322,7 +322,38 @@ struct APFloatBase {
 
 namespace detail {
 
-class IEEEFloat final : public APFloatBase {
----------------
dtcxzyw wrote:

I tried this before submitting the patch. We cannot import an unscoped enum from a namespace to a class.


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


More information about the llvm-commits mailing list