chromium/v8/test/cctest/compiler/turboshaft-codegen-tester.cc

// Copyright 2024 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "test/cctest/compiler/turboshaft-codegen-tester.h"

#include "src/base/overflowing-math.h"
#include "src/objects/objects-inl.h"
#include "test/cctest/cctest.h"
#include "test/common/value-helper.h"

namespace v8::internal::compiler::turboshaft {

void Int32BinopInputShapeTester::TestAllInputShapes() {}

void Int32BinopInputShapeTester::Run(RawMachineAssemblerTester<int32_t>* m) {}

void Int32BinopInputShapeTester::RunLeft(
    RawMachineAssemblerTester<int32_t>* m) {}

void Int32BinopInputShapeTester::RunRight(
    RawMachineAssemblerTester<int32_t>* m) {}

}  // namespace v8::internal::compiler::turboshaft