efriedma added inline comments. ================ Comment at: test/Transforms/InstSimplify/fast-math.ll:219 ret double %mul } ---------------- Maybe add a test that we don't do this without the relevant fast-math flags? https://reviews.llvm.org/D43765