summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2019-02-14 13:59:39 +0000
committerFlorian Hahn <flo@fhahn.com>2019-02-14 13:59:39 +0000
commit6ab83b7db642050db27c0734f89edd309da0e641 (patch)
tree72dcf8793ca96307586da8249ce2eacfd59ec639 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent2d874e53561c749fde6efa51650bb0c49d89851a (diff)
downloadbcm5719-llvm-6ab83b7db642050db27c0734f89edd309da0e641.tar.gz
bcm5719-llvm-6ab83b7db642050db27c0734f89edd309da0e641.zip
[LoopUnrollPeel] Add case where we should forget the peeled loop from SCEV.
The test case requires the peeled loop to be forgotten after peeling, even though it does not have a parent. When called via the unroller, SE->forgetTopmostLoop is also called, so the test case would also pass without any SCEV invalidation, but peelLoop is exposed as utility function. Also, in the test case, simplifyLoop will make changes, removing the loop from SCEV, but it is better to not rely on this behavior. Reviewers: sanjoy, mkazantsev Reviewed By: mkazantsev Tags: #llvm Differential Revision: https://reviews.llvm.org/D58192 llvm-svn: 354031
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud