#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) { … }
}
}
}