hanchenye-llvm-project/polly/lib
Michael Kruse 842bdd0071 [ScopBuilder] Set domain to empty instead of NULL.
The domain generation used nullptr to mark the domain of an error block
as never-executed. Later, nullptr domains are recreated with a
zero-tuple domain that then mismatches with the expected domain the
error block within the loop.

Instead of using nullptr, assign an empty domain which preserves the
expected space. Remove empty domains during SCoP simplification.

Fixes llvm.org/PR38218.

llvm-svn: 338646
2018-08-01 22:28:32 +00:00
..
Analysis [ScopBuilder] Set domain to empty instead of NULL. 2018-08-01 22:28:32 +00:00
CodeGen PPCG codegen 2018-08-01 10:48:38 +00:00
Exchange [JSONExporter] Try to appease buildbot. NFC. 2018-08-01 00:48:01 +00:00
External [isl++] drop the isl namespace qualifiers [NFC] 2018-08-01 09:57:36 +00:00
Support Rebase C++ bindings on top of latest isl bindings 2018-08-01 09:57:10 +00:00
Transform Rebase C++ bindings on top of latest isl bindings 2018-08-01 09:57:10 +00:00
CMakeLists.txt [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC. 2018-08-01 00:15:16 +00:00
Polly.cpp