diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-08-26 15:42:38 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-08-26 15:42:38 +0000 |
commit | 9d61e4a9800c1f8693f84ee95a8b3b77ebde5b3d (patch) | |
tree | fe4e5b4d347e93db7079969c2f5e2d4bedbaf2a4 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | f8014f82edc54e81ed7b169c0d61891a95c3f07b (diff) | |
download | llvm-9d61e4a9800c1f8693f84ee95a8b3b77ebde5b3d.zip llvm-9d61e4a9800c1f8693f84ee95a8b3b77ebde5b3d.tar.gz llvm-9d61e4a9800c1f8693f84ee95a8b3b77ebde5b3d.tar.bz2 |
Avoid the use of large unsigned values in isl unit test
isl_val_int_from_ui takes an 'unsigned long' which has on 32-bit and LLP64
windows systems only 32 bit. Hence, make sure we do not use it with constants
that are larger than 32 bit.
Reported-by: Michael Kruse <llvm@meinersbur.de>
llvm-svn: 279824
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions