diff options
author | Qiu Chaofan <qiucofan@cn.ibm.com> | 2020-10-06 00:45:24 +0800 |
---|---|---|
committer | Qiu Chaofan <qiucofan@cn.ibm.com> | 2020-10-06 01:16:45 +0800 |
commit | b326d4ff946d2061a566a3fcce9f33b484759fe0 (patch) | |
tree | 9182490bd8b9bb08d70baa8fbb7f7f5d1ddfbda4 /llvm/tools/llvm-objcopy/llvm-objcopy.cpp | |
parent | 4ce61144cb49b48817f0215820173005c8d7d816 (diff) | |
download | llvm-b326d4ff946d2061a566a3fcce9f33b484759fe0.zip llvm-b326d4ff946d2061a566a3fcce9f33b484759fe0.tar.gz llvm-b326d4ff946d2061a566a3fcce9f33b484759fe0.tar.bz2 |
[SelectionDAG] Don't remove unused negated constant immediately
This reverts partial of a2fb5446 (actually, 2508ef01) about removing
negated FP constant immediately if it has no uses. However, as discussed
in bug 47517, there're cases when NegX is folded into constant from
other places while NegY is removed by that line of code and NegX is
equal to NegY. In these cases, NegX is deleted before used and crash
happens. So revert the code and add necessary test case.
Diffstat (limited to 'llvm/tools/llvm-objcopy/llvm-objcopy.cpp')
0 files changed, 0 insertions, 0 deletions