llvm-project/polly/lib
Michael Kruse 5f58aae8f3 [Polly][CodeGen] Allow nesting of BandAttr mark without loop.
BandAttr markers are added as parents of schedule tree bands. These also
appear as markers its equivalent AST, but a band does not necessarily
corresponds to a loop in this. Iterations may be peeled or the loop
being unrolled (e.g. if it has just one iteration). In such cases it may
happend that there is not loop between a BandAttr marker and the marker
for a loop nested in the former parent band/loop.

Handle the situation by giving priority to the inner marker over the
outer.

Fixes the polly-x86_64-linux-test-suite buildbot.
2021-03-16 16:17:07 -05:00
..
Analysis [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00
CodeGen [Polly][CodeGen] Allow nesting of BandAttr mark without loop. 2021-03-16 16:17:07 -05:00
Exchange [Polly] Silence mixed signed/unsigned comparison warnings. NFC. 2020-02-10 19:03:08 -06:00
External Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
Plugin Generalize the pass registration mechanism used by Polly to any third-party tool 2020-01-02 16:45:31 +01:00
Support [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00
Transform [Polly][Unroll] Fix unroll_double test. 2021-03-16 09:00:42 -05:00
CMakeLists.txt [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00