[PATCH] D42129: [polly] [ScopInfo] Don't use isl_val_get_num_si.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 13:51:28 PST 2018


Meinersbur added inline comments.


================
Comment at: lib/Analysis/ScopInfo.cpp:3429
 
         int ValInt = 1;
 
----------------
Why not making `ValInt` (and the `Int` vector etc) a long?


Repository:
  rPLO Polly

https://reviews.llvm.org/D42129





More information about the llvm-commits mailing list