[all-commits] [llvm/llvm-project] 159e07: [Polly] Use isl::set::tuple_dim instead of isl::se...
Riccardo Mori via All-commits
all-commits at lists.llvm.org
Mon Jul 19 03:44:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 159e072f812317c26d480d79408b6606b010d800
https://github.com/llvm/llvm-project/commit/159e072f812317c26d480d79408b6606b010d800
Author: Riccardo Mori <patacca at autistici.org>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M polly/lib/Analysis/DependenceInfo.cpp
Log Message:
-----------
[Polly] Use isl::set::tuple_dim instead of isl::set::dim. NFC
This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in `lib/External/isl/include/isl/isl-noxceptions.h` and the official isl C++ interface.
Note that not all the usages of `isl::set::dim` were replaced
More information about the All-commits
mailing list