llvm-project/llvm/unittests/FuzzMutate
Peter Rong 4be0873471 [FuzzMutate] New InsertPHINode strategy.
PHI Node can't be modeled like other instructions since its operand
number depends on predecessors. So we have a stand alone strategy for it.

Signed-off-by: Peter Rong <PeterRong96@gmail.com>

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D138959
2022-11-30 15:26:52 -08:00
..
CMakeLists.txt
OperationsTest.cpp [FuzzMutate] change of format and comment for further code 2022-11-18 10:58:05 -08:00
RandomIRBuilderTest.cpp [FuzzMutate] Fix a bug in `connectToSink` which might invalidate the whole module. 2022-11-29 13:07:26 -08:00
ReservoirSamplerTest.cpp [FuzzMutate] change of format and comment for further code 2022-11-18 10:58:05 -08:00
StrategiesTest.cpp [FuzzMutate] New InsertPHINode strategy. 2022-11-30 15:26:52 -08:00