[PATCH] D84488: Test commit access in llvm.
Biplob Mishra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 23:25:27 PDT 2020
biplmish created this revision.
biplmish added a reviewer: steven.zhang.
Herald added subscribers: llvm-commits, kbarton, nemanjai.
Herald added a project: LLVM.
Test commit access in clang.
https://reviews.llvm.org/D84488
Files:
llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
Index: llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
===================================================================
--- llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
+++ llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
@@ -5,6 +5,7 @@
; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -mcpu=pwr10 \
; RUN: -ppc-vsr-nums-as-vr -mtriple=powerpc64-unknown-unknown < %s | FileCheck %s
+
define <16 x i8> @testVSLDBI(<16 x i8> %a, <16 x i8> %b) {
; CHECK-LABEL: testVSLDBI:
; CHECK: # %bb.0: # %entry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84488.280332.patch
Type: text/x-patch
Size: 541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/11bddebc/attachment.bin>
More information about the llvm-commits
mailing list