[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:57:08 PDT 2024
================
@@ -322,7 +322,38 @@ struct APFloatBase {
namespace detail {
-class IEEEFloat final : public APFloatBase {
----------------
dtcxzyw wrote:
These unscoped enums are widely used in llvm via `APFloat::***`. It would be a heavy work to convert all uses of unscoped enums to scoped enums :(
https://github.com/llvm/llvm-project/pull/111641
More information about the llvm-commits
mailing list