llvm-project/llvm/unittests/Transforms
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
..
IPO [Attributor][FIX] checkForAllInstructions, correctly handle declarations 2021-07-24 02:21:29 +03:00
Scalar [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
Utils [NFC] Cleanup calls to CallBase::getAttribute() 2021-08-18 09:39:33 -07:00
Vectorize [VPlan] Add mayReadOrWriteMemory & friends. 2021-05-24 13:11:32 +01:00
CMakeLists.txt