summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <florian.hahn@arm.com>2018-10-27 16:53:45 +0000
committerFlorian Hahn <florian.hahn@arm.com>2018-10-27 16:53:45 +0000
commitfc7654a67b314cbd75d8268544be8b69fbe99cdd (patch)
tree69fea7f1964efb2a043be9462bb5d8085989d701 /clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
parent15aae9842457d1e0870ad10a00299346e7f05163 (diff)
downloadbcm5719-llvm-fc7654a67b314cbd75d8268544be8b69fbe99cdd.tar.gz
bcm5719-llvm-fc7654a67b314cbd75d8268544be8b69fbe99cdd.zip
[Local] Keep K's range if K does not move when combining metadata.
As K has to dominate I, IIUC I's range metadata must be a subset of K's. After Eli's recent clarification to the LangRef, loading a value outside of the range is undefined behavior. Therefore if I's range contains elements outside of K's range and we would load one such value, K would cause undefined behavior. In cases like hoisting/sinking, we still want the most generic range over all code paths to/from the hoist/sink point. As suggested in the patches related to D47339, I will refactor the handling of those scenarios and try to decouple it from this function as follow up, once we switched to a similar handling of metadata in most of combineMetadata. I updated some tests checking mostly the merging of metadata to keep the metadata of to dominating load. The most interesting one is probably test8 in test/Transforms/JumpThreading/thread-loads.ll. It contained a comment about the alias metadata preventing us to eliminate the branch, but it seem like the actual problem currently is that we merge the ranges of both loads and cannot eliminate the icmp afterwards. With this patch, we manage to eliminate the icmp, as the range of the first load excludes 8. Reviewers: efriedma, nlopes, davide Reviewed By: efriedma Differential Revision: https://reviews.llvm.org/D51629 llvm-svn: 345456
Diffstat (limited to 'clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud