diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-11-29 16:59:13 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-11-29 17:09:12 +0100 |
commit | 77dd579827f2e7574be4bbf3f94a48930e7b094f (patch) | |
tree | 39c3c039c7d152e4336d09b5cb50ab100892fca7 /llvm/lib/CodeGen/MachinePipeliner.cpp | |
parent | 2022e2fcd05c68a38c4b5ef865461c9c86a81997 (diff) | |
download | llvm-77dd579827f2e7574be4bbf3f94a48930e7b094f.zip llvm-77dd579827f2e7574be4bbf3f94a48930e7b094f.tar.gz llvm-77dd579827f2e7574be4bbf3f94a48930e7b094f.tar.bz2 |
[SCEV] Remove incorrect assert
Fix assertion failure reported on D113349 by removing the assert.
While the produced expression should be equivalent, it may not
be strictly the same, e.g. due to lazy nowrap flag updates. Similar
to what the main createSCEV() code does, simply retain the old
value map entry if one already exists.
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
0 files changed, 0 insertions, 0 deletions