llvm-project/llvm/examples
Arthur Eubanks 7c3c981442 [Passes] Remove some legacy passes
DFAJumpThreading
JumpThreading
LibCallsShrink
LoopVectorize
SLPVectorizer
DeadStoreElimination
AggressiveDCE
CorrelatedValuePropagation
IndVarSimplify

These are part of the optimization pipeline, of which the legacy version is deprecated and being removed.
2023-03-10 17:17:00 -08:00
..
BrainF [NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be consistent with BasicBlock::insertInto() 2022-12-15 12:27:45 -08:00
Bye [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
ExceptionDemo
Fibonacci
HowToUseJIT [examples] Direct HowToUseJIT readers to HowToUseLLJIT instead. 2022-12-23 01:10:27 -08:00
HowToUseLLJIT
IRTransforms [LegacyPM] Port example pass SimplifyCFG to new PM 2023-01-10 15:42:01 -08:00
Kaleidoscope [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
ModuleMaker [NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be consistent with BasicBlock::insertInto() 2022-12-15 12:27:45 -08:00
OrcV2Examples [Passes] Remove some legacy passes 2023-03-10 17:17:00 -08:00
ParallelJIT
SpeculativeJIT Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
CMakeLists.txt