diff options
author | Simon Moll <simon.moll@emea.nec.com> | 2020-02-27 09:05:54 -0800 |
---|---|---|
committer | Simon Moll <simon.moll@emea.nec.com> | 2020-02-27 09:06:03 -0800 |
commit | ddd11273d9d0807e25a34181e5978e3307d78dc2 (patch) | |
tree | 07bc2006f35a12a9ecf635e546396a4f418fc541 /clang/lib/Basic/Module.cpp | |
parent | 740ed617f7d4d16e7883636c5eff994f8be7eba4 (diff) | |
download | llvm-ddd11273d9d0807e25a34181e5978e3307d78dc2.zip llvm-ddd11273d9d0807e25a34181e5978e3307d78dc2.tar.gz llvm-ddd11273d9d0807e25a34181e5978e3307d78dc2.tar.bz2 |
Remove BinaryOperator::CreateFNeg
Use UnaryOperator::CreateFNeg instead.
Summary:
With the introduction of the native fneg instruction, the
fsub -0.0, %x idiom is obsolete. This patch makes LLVM
emit fneg instead of the idiom in all places.
Reviewed By: cameron.mcinally
Differential Revision: https://reviews.llvm.org/D75130
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions