From 50ca11abbd00b4a93198a3c8b9edfc570b723361 Mon Sep 17 00:00:00 2001 From: Amy Kwan Date: Wed, 19 Dec 2018 15:21:07 +0000 Subject: [PATCH] Test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349633 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/scalar_vector_test_1.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/PowerPC/scalar_vector_test_1.ll b/test/CodeGen/PowerPC/scalar_vector_test_1.ll index d8f44f1211d..5ad28e0f96e 100644 --- a/test/CodeGen/PowerPC/scalar_vector_test_1.ll +++ b/test/CodeGen/PowerPC/scalar_vector_test_1.ll @@ -7,6 +7,7 @@ ; RUN: llc -mcpu=pwr8 -verify-machineinstrs -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names \ ; RUN: -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s --check-prefix=P8BE + ; Function Attrs: norecurse nounwind readonly define <2 x i64> @s2v_test1(i64* nocapture readonly %int64, <2 x i64> %vec) { ; P9LE-LABEL: s2v_test1: -- 2.50.1