#ifndef V8_COMPILER_TURBOSHAFT_LOAD_STORE_SIMPLIFICATION_REDUCER_H_
#define V8_COMPILER_TURBOSHAFT_LOAD_STORE_SIMPLIFICATION_REDUCER_H_
#include "src/compiler/turboshaft/assembler.h"
#include "src/compiler/turboshaft/operation-matcher.h"
#include "src/compiler/turboshaft/operations.h"
#include "src/compiler/turboshaft/phase.h"
namespace v8::internal::compiler::turboshaft {
#include "src/compiler/turboshaft/define-assembler-macros.inc"
struct LoadStoreSimplificationConfiguration { … };
template <class Next>
class LoadStoreSimplificationReducer : public Next,
LoadStoreSimplificationConfiguration { … };
#include "src/compiler/turboshaft/undef-assembler-macros.inc"
}
#endif