[PATCH] D79124: [VFDatabase] Testsuite for scalar functions are vector functions with VF =1
Masoud Ataei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 14:00:50 PDT 2020
masoud.ataei created this revision.
masoud.ataei added reviewers: jsji, fpetrogalli, Whitney.
masoud.ataei added a project: LLVM.
Herald added subscribers: llvm-commits, steven.zhang.
Fixing test suite of the committed PR: https://reviews.llvm.org/D78054.
I am proposing to remove the powerPC target triple in the test suite.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79124
Files:
llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll
Index: llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll
===================================================================
--- llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll
+++ llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll
@@ -1,6 +1,5 @@
; RUN: opt < %s -passes=loop-vectorize -S 2>&1 | FileCheck %s
-target triple = "powerpc64le-unknown-linux-gnu"
%type = type { [3 x double] }
define void @getScalarFunc(double* %A, double* %C, %type* %B) #0 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79124.261010.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/83db6bc4/attachment.bin>
More information about the llvm-commits
mailing list