summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
diff options
context:
space:
mode:
authorBjorn Pettersson <bjorn.a.pettersson@ericsson.com>2017-12-05 15:26:01 +0000
committerBjorn Pettersson <bjorn.a.pettersson@ericsson.com>2017-12-05 15:26:01 +0000
commit5abbad799977c74c46e5805ffb949f682af1daa9 (patch)
tree421cdf1f754fc47e3c6c321cc728be405e6806d3 /llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
parent27041fab7e9ed439918bea20b13633aab86e6e29 (diff)
downloadbcm5719-llvm-5abbad799977c74c46e5805ffb949f682af1daa9.tar.gz
bcm5719-llvm-5abbad799977c74c46e5805ffb949f682af1daa9.zip
Add REQUIRES asserts in combine_loads_from_build_pair.ll
A fixup of r319771, that was causing buildbot failures. llvm-svn: 319775
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll b/llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
index df687b67e1d..0f8f18a1787 100644
--- a/llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
+++ b/llvm/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".
OpenPOWER on IntegriCloud