From 263cd359c3d2db7ad8a5a4fc99203f8c71020458 Mon Sep 17 00:00:00 2001 From: Bjorn Pettersson Date: Tue, 5 Dec 2017 15:26:01 +0000 Subject: Add REQUIRES asserts in combine_loads_from_build_pair.ll A fixup of r319771, that was causing buildbot failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319775 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/combine_loads_from_build_pair.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/CodeGen/PowerPC') diff --git a/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll b/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll index df687b67e1d..0f8f18a1787 100644 --- a/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll +++ b/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll @@ -1,5 +1,7 @@ ; RUN: llc -verify-machineinstrs -O0 -mcpu=g4 -mtriple=powerpc-apple-darwin8 < %s -debug -stop-after=machineverifier 2>&1 | FileCheck %s +; REQUIRES: asserts + define i64 @func1(i64 %p1, i64 %p2, i64 %p3, i64 %p4, { i64, i8* } %struct) { ; Verify that we get a combine on the build_pair, creating a LD8 load somewhere ; between "Initial selection DAG" and "Optimized lowered selection DAG". -- cgit v1.2.3