summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/lit.py
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-10-14 19:46:34 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2019-10-14 19:46:34 +0000
commit76e02af70487ba194db42e3720d1975c317a0629 (patch)
tree9dddff2bd4573d7d5b726653145a6fffe04ce808 /llvm/utils/lit/lit.py
parentb9c55e2760b1be461f05a10ca92696b3381036d2 (diff)
downloadbcm5719-llvm-76e02af70487ba194db42e3720d1975c317a0629.tar.gz
bcm5719-llvm-76e02af70487ba194db42e3720d1975c317a0629.zip
[LoopIdiom] BCmp: loop exit count must not be wider than size_t that `bcmp` takes
As reported by Joerg Sonnenberger in IRC, for 32-bit systems, where pointer and size_t are 32-bit, if you use 64-bit-wide variable in the loop, you could end up with loop exit count being of the type wider than the size_t. Now, i'm not sure if we can produce `bcmp` from that (just truncate?), but we certainly should not assert/miscompile. llvm-svn: 374811
Diffstat (limited to 'llvm/utils/lit/lit.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud