llvm-project/llvm/lib/Transforms
Zaara Syeda dd245bab9f [LoopUnroll] Disable loop unroll when user explicitly asks for unroll-and-jam
If a loop isn't forced to be unrolled, we want to avoid unrolling it when there
is an explicit unroll-and-jam pragma. This is to prevent automatic unrolling
from interfering with the user requested transformation.

Differential Revision: https://reviews.llvm.org/D114886
2021-12-14 16:46:37 +00:00
..
AggressiveInstCombine [llvm] Use llvm::reverse (NFC) 2021-12-13 21:54:51 -08:00
CFGuard [CFG] Handle calls with funclet bundle 2021-12-03 10:51:10 -08:00
Coroutines [C++20] [Coroutines] Mark coroutine done if unhandled_exception throws 2021-12-09 14:58:06 +08:00
Hello
IPO [llvm] Use llvm::is_contained (NFC) 2021-12-11 11:42:09 -08:00
InstCombine [InstCombine] prevent infinite looping from opposing cmp and select transforms (PR52684) 2021-12-14 11:18:36 -05:00
Instrumentation Revert "[InstrProf] Attach debug info to counters" 2021-12-13 18:15:17 -08:00
ObjCARC [llvm] Use range-based for loops (NFC) 2021-11-28 18:14:49 -08:00
Scalar [LoopUnroll] Disable loop unroll when user explicitly asks for unroll-and-jam 2021-12-14 16:46:37 +00:00
Utils [llvm] Use llvm::reverse (NFC) 2021-12-13 21:54:51 -08:00
Vectorize [SLP]Improve multinode analysis. 2021-12-14 06:01:52 -08:00
CMakeLists.txt [NewPM][HelloWorld] Move HelloWorld to Utils 2021-02-03 12:59:40 -08:00