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

This commit is derived from D106362 with some improvements from D107285.

Differential Revision: https://reviews.llvm.org/D111085
2021-10-06 13:52:31 -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