Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which...
Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X). llvm-svn: 199420
Loading
Please register or sign in to comment