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 register or sign in to comment