diff options
author | patacca <patacca@autistici.org> | 2021-04-03 17:04:52 -0500 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2021-04-05 21:16:52 -0500 |
commit | 812ce7f9beb2b828032ddbd01d3aba4c1f9d76da (patch) | |
tree | a969f4646dcf0c679603b46bc77318b2073f3aed /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | c25c22d5f9b7e56c0c350982b5ec41095c5a0a05 (diff) | |
download | llvm-812ce7f9beb2b828032ddbd01d3aba4c1f9d76da.zip llvm-812ce7f9beb2b828032ddbd01d3aba4c1f9d76da.tar.gz llvm-812ce7f9beb2b828032ddbd01d3aba4c1f9d76da.tar.bz2 |
[Polly] Refactoring isInnermost() from isl to use the C++ wrapper
Polly use algorithms from the Integer Set Library (isl), which is a library written in C and which is incompatible with the rest of the LLVM as it is written in C++.
Changes made:
- Refactoring isInnermost() to take C++ bindings instead of the plain isl C api.
- Addition of manage_copy() when needed to get the reference for the isl_ast_node object
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D99841
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions