[llvm] r349633 - Test commit

Amy Kwan via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 07:21:07 PST 2018


Author: amyk
Date: Wed Dec 19 07:21:07 2018
New Revision: 349633

URL: http://llvm.org/viewvc/llvm-project?rev=349633&view=rev
Log:
Test commit

Modified:
    llvm/trunk/test/CodeGen/PowerPC/scalar_vector_test_1.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/scalar_vector_test_1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/scalar_vector_test_1.ll?rev=349633&r1=349632&r2=349633&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/scalar_vector_test_1.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/scalar_vector_test_1.ll Wed Dec 19 07:21:07 2018
@@ -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:




More information about the llvm-commits mailing list