diff options
author | QingShan Zhang <qshanz@cn.ibm.com> | 2021-01-11 02:25:53 +0000 |
---|---|---|
committer | QingShan Zhang <qshanz@cn.ibm.com> | 2021-01-11 02:25:53 +0000 |
commit | 7539c75bb438f185575573ed4ea8da7cb37d3f2a (patch) | |
tree | c5ec6cf98b2fc6de7b84178f19bdd4237c1a4330 /llvm/lib/Transforms/Utils/LoopUnroll.cpp | |
parent | d43a264a5dd3c72bf9dc663551c0993921b28136 (diff) | |
download | llvm-7539c75bb438f185575573ed4ea8da7cb37d3f2a.zip llvm-7539c75bb438f185575573ed4ea8da7cb37d3f2a.tar.gz llvm-7539c75bb438f185575573ed4ea8da7cb37d3f2a.tar.bz2 |
[DAGCombine] Remove the check for unsafe-fp-math when we are checking the AFN
We are checking the unsafe-fp-math for sqrt but not for fpow, which behaves inconsistent.
As the direction is to remove this global option, we need to remove the unsafe-fp-math
check for sqrt and update the test with afn fast-math flags.
Reviewed By: Spatel
Differential Revision: https://reviews.llvm.org/D93891
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnroll.cpp')
0 files changed, 0 insertions, 0 deletions