https://github.com/labath commented:

The change looks great, but I'd like to reduce the duplication. Could you 
create a single comparison function (`Compare`, like `APFloat` has) and have 
the individual operators call that? Maybe the function could even return 
APFloat::cmpResult?

(Basically the idea is that all of the promotion and stuff happens in the 
Compare function and then the individual operators just do something like 
`return lhs.Compare(rhs) == lessThan`, etc.

https://github.com/llvm/llvm-project/pull/108060
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to