summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bitscan-builtins.c
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-02-18 20:51:29 +0000
committerTobias Grosser <tobias@grosser.es>2017-02-18 20:51:29 +0000
commit079d5118911a493ea809f3b9b276529a548afe71 (patch)
tree10557112ff8ba7db01afa13ede13709926770c14 /clang/test/CodeGen/bitscan-builtins.c
parentcc5868c186652cbf42e57bf2a7f101b9135a33c7 (diff)
downloadbcm5719-llvm-079d5118911a493ea809f3b9b276529a548afe71.tar.gz
bcm5719-llvm-079d5118911a493ea809f3b9b276529a548afe71.zip
[ScopInfo] Count read-only arrays when computing complexity of alias check
Instead of counting the number of read-only accesses, we now count the number of distinct read-only array references when checking if a run-time alias check may be too complex. The run-time alias check is quadratic in the number of base pointers, not the number of accesses. Before this change we accidentally skipped SPEC's lbm test case. llvm-svn: 295567
Diffstat (limited to 'clang/test/CodeGen/bitscan-builtins.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud