llvm-project/llvm/test/Transforms/LoopVersioningLICM
Nikita Popov 3dd8c9176b [LICM] Remove AST-based implementation
MSSA-based LICM has been enabled by default for a few years now.
This drops the old AST-based implementation. Using loop(licm) will
result in a fatal error, the use of loop-mssa(licm) is required
(or just licm, which defaults to loop-mssa).

Note that the core canSinkOrHoistInst() logic has to retain AST
support for now, because it is shared with LoopSink.

Differential Revision: https://reviews.llvm.org/D108244
2021-08-18 20:21:53 +02:00
..
convergent.ll
loopversioningLICM1.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
loopversioningLICM2.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
loopversioningLICM3.ll
metadata.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00