When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
also worthwhile for it to look through FP extensions and truncations, whose application commutes with fneg. llvm-svn: 187249
Loading
Please sign in to comment
also worthwhile for it to look through FP extensions and truncations, whose application commutes with fneg. llvm-svn: 187249