hanchenye-llvm-project/polly/lib/CodeGen
patacca 2a629efc74 [Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPayload::Build to use isl++. NFC
Polly uses 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 the method `IslAstInfo::getBuild()`
 - `IslAstInfo::IslAstUserPayload.Build` now uses C++ types instead of C types
 - Removing destructor of `IslAstInfo::IslAstUserPayload`

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D104370
2021-06-18 09:53:51 +02:00
..
BlockGenerators.cpp [Polly] Remove uses of type-less CreateLoad() APIs (NFC) 2021-03-11 18:39:20 +01:00
CodeGeneration.cpp [Polly][Ast] Partial refactoring of IslAst and IslAstInfo to use isl++. NFC. 2021-04-16 00:40:26 -05:00
CodegenCleanup.cpp
IRBuilder.cpp [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00
IslAst.cpp [Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPayload::Build to use isl++. NFC 2021-06-18 09:53:51 +02:00
IslExprBuilder.cpp [Polly] Remove uses of type-less CreateLoad() APIs (NFC) 2021-03-11 18:39:20 +01:00
IslNodeBuilder.cpp [Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPayload::Build to use isl++. NFC 2021-06-18 09:53:51 +02:00
LoopGenerators.cpp [OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC) 2021-03-11 14:40:57 +01:00
LoopGeneratorsGOMP.cpp [OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC) 2021-03-11 14:40:57 +01:00
LoopGeneratorsKMP.cpp [OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC) 2021-03-11 14:40:57 +01:00
ManagedMemoryRewrite.cpp [Polly] Fix deprecation warning. NFC. 2021-03-15 14:31:16 -05:00
PPCGCodeGeneration.cpp [polly][GPGPU] Fixup related to overloading exponent type in llvm.powi 2021-06-18 08:59:06 +02:00
PerfMonitor.cpp [OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC) 2021-03-11 14:40:57 +01:00
RuntimeDebugBuilder.cpp [OpaquePtrs] Remove some uses of type-less CreateGEP() (NFC) 2021-03-12 21:01:16 +01:00
Utils.cpp