[DAG] foldConstantFPMath - use APFloat& for read-only constant fold arg. NFC.
We just need to copy the 1st arg (which we use for the constant fold result) - use a cheaper const reference for the 2nd arg.
Loading
Please sign in to comment
We just need to copy the 1st arg (which we use for the constant fold result) - use a cheaper const reference for the 2nd arg.