1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/include/llvm/Transforms
Nikita Popov 272334cfc0 [LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop()
Currently, UnrollLoop() is passed an AllowRuntime flag and decides
itself whether runtime unrolling should be used or not. This patch
pushes the decision into the caller and allows us to eliminate the
ULO.TripCount and ULO.TripMultiple parameters.

Differential Revision: https://reviews.llvm.org/D104487
2021-06-19 09:25:57 +02:00
..
AggressiveInstCombine
Coroutines
InstCombine
Instrumentation
IPO [Attributor] Allow to skip the initial update for a new AA 2021-06-18 01:07:53 -05:00
Scalar
Utils [LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop() 2021-06-19 09:25:57 +02:00
Vectorize
CFGuard.h
Coroutines.h
Instrumentation.h
IPO.h
ObjCARC.h
Scalar.h
Utils.h
Vectorize.h