chromium/v8/test/unittests/compiler/diamond-unittest.cc

// Copyright 2014 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 "src/compiler/common-operator.h"
#include "src/compiler/diamond.h"
#include "test/unittests/compiler/graph-unittest.h"
#include "test/unittests/compiler/node-test-utils.h"
#include "testing/gmock-support.h"

AllOf;
Capture;
CaptureEq;

namespace v8 {
namespace internal {
namespace compiler {

class DiamondTest : public GraphTest {};


TEST_F(DiamondTest, SimpleDiamond) {}


TEST_F(DiamondTest, DiamondChainDiamond) {}


TEST_F(DiamondTest, DiamondChainNode) {}


TEST_F(DiamondTest, DiamondChainN) {}


TEST_F(DiamondTest, DiamondNested_true) {}


TEST_F(DiamondTest, DiamondNested_false) {}


TEST_F(DiamondTest, DiamondPhis) {}


TEST_F(DiamondTest, BranchHint) {}


}  // namespace compiler
}  // namespace internal
}  // namespace v8