#include "src/compiler/turboshaft/assembler.h"
#include "src/compiler/turboshaft/copying-phase.h"
#include "src/compiler/turboshaft/operations.h"
#include "src/compiler/turboshaft/store-store-elimination-reducer-inl.h"
#include "test/unittests/compiler/turboshaft/reducer-test.h"
namespace v8::internal::compiler::turboshaft {
#include "src/compiler/turboshaft/define-assembler-macros.inc"
class StoreStoreEliminationReducerTest : public ReducerTest { … };
TEST_F(StoreStoreEliminationReducerTest, MergeObjectInitialzationStore) { … }
#include "src/compiler/turboshaft/undef-assembler-macros.inc"
}