[llvm] [Mips] Fix wrong qNaN encoding when -mnan=legacy (PR #153777)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 02:51:52 PDT 2025


================
@@ -4433,6 +4433,8 @@ class LLVM_ABI TargetLowering : public TargetLoweringBase {
   ///
   virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
 
+  virtual APFloat getNaNValue(EVT VT) const;
----------------
RKSimon wrote:

Missing a short dxoygen description 

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


More information about the llvm-commits mailing list