llvm-project/polly/lib/Support
Michael Kruse 286677870b [Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's.
We previously had a different interpretation of unroll transformation
attributes than how LoopUnroll interpreted it. In particular,
llvm.loop.unroll.enable was needed explicitly to enable it and disabling
metadata was ignored.
Additionally, it required that either full unrolling or an unroll factor
to be specified or fail otherwise. An unroll factor is still required,
but the transformation is ignored with the hope that LoopUnroll is going
to apply the unrolling, since Polly currently does not implement an
heuristic.

Fixes llvm.org/PR50109
2021-04-24 04:30:19 -05:00
..
DumpModulePass.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
GICHelper.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
ISLTools.cpp [Polly] Regenerate isl-noexceptions.h. 2021-02-14 19:17:54 -06:00
Mainpage.h
PollyPasses.def [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
RegisterPasses.cpp [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
SCEVAffinator.cpp Reland [SCEV] Improve modelling for (null) pointer constants 2021-03-13 16:05:34 +03:00
SCEVValidator.cpp Reland [SCEV] Improve modelling for (null) pointer constants 2021-03-13 16:05:34 +03:00
ScopHelper.cpp [Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's. 2021-04-24 04:30:19 -05:00
ScopLocation.cpp Fix polly build after StringRef change. 2020-01-28 19:44:20 -08:00
VirtualInstruction.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00