Files
clang-p2996/llvm/test/Transforms/InstSimplify
Kevin P. Neal 727a891ec8 [FPEnv][InstSimplify] Fold fadd X, 0 ==> X, when we know X is not -0
Currently the fadd optimizations in InstSimplify don't know how to do this
NoSignedZeros "X + 0.0 ==> X" fold when using the constrained intrinsics.
This adds the support.

This review is derived from D106362 with some improvements from D107285
and is a follow-on to D111085.

Differential Revision: https://reviews.llvm.org/D111450
2021-10-14 12:32:45 -04:00
..
2021-10-06 12:31:25 -04:00
2021-08-22 09:15:48 -04:00
2021-10-05 18:07:57 +02:00
2021-08-24 15:38:38 -04:00
2021-09-29 13:03:12 -04:00