diff options
author | John Brawn <john.brawn@arm.com> | 2020-02-17 16:55:32 +0000 |
---|---|---|
committer | John Brawn <john.brawn@arm.com> | 2020-02-17 18:19:25 +0000 |
commit | 594a89f7270da74c89f2321432bc6a7135773fa5 (patch) | |
tree | 1b2e4c5e43be03da8af85c4190c2512f5adf80ac /clang/lib/Serialization/ModuleManager.cpp | |
parent | 3eaa53e80543813a2274391956e91d275950fbf8 (diff) | |
download | llvm-594a89f7270da74c89f2321432bc6a7135773fa5.zip llvm-594a89f7270da74c89f2321432bc6a7135773fa5.tar.gz llvm-594a89f7270da74c89f2321432bc6a7135773fa5.tar.bz2 |
[FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
mutateStrictFPToFP can delete the node and replace it with another with the same
value which can later cause problems, and returning the result of
mutateStrictFPToFP doesn't work because SelectionDAGLegalize expects that the
returned value has the same number of results as the original. Instead handle
things by doing the mutation manually.
Differential Revision: https://reviews.llvm.org/D74726
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions