[llvm] b9f3686 - Fix buildbot break after c46b85aaf4d4
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 19:58:12 PST 2020
Author: Nemanja Ivanovic
Date: 2020-02-26T21:56:11-06:00
New Revision: b9f3686056010c15d52cc07fed1dba41cb341206
URL: https://github.com/llvm/llvm-project/commit/b9f3686056010c15d52cc07fed1dba41cb341206
DIFF: https://github.com/llvm/llvm-project/commit/b9f3686056010c15d52cc07fed1dba41cb341206.diff
LOG: Fix buildbot break after c46b85aaf4d4
I added test cases that rely on the availability of the PPC target into
the general directory for the loop vectorizer. This causes failures on
bots that don't build the PPC target. Moving them to the PowerPC directory
to fix this.
Added:
llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-call.ll
llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-vfabi-attr.ll
Modified:
Removed:
llvm/test/Transforms/LoopVectorize/widened-massv-call.ll
llvm/test/Transforms/LoopVectorize/widened-massv-vfabi-attr.ll
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/widened-massv-call.ll b/llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-call.ll
similarity index 100%
rename from llvm/test/Transforms/LoopVectorize/widened-massv-call.ll
rename to llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-call.ll
diff --git a/llvm/test/Transforms/LoopVectorize/widened-massv-vfabi-attr.ll b/llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-vfabi-attr.ll
similarity index 100%
rename from llvm/test/Transforms/LoopVectorize/widened-massv-vfabi-attr.ll
rename to llvm/test/Transforms/LoopVectorize/PowerPC/widened-massv-vfabi-attr.ll
More information about the llvm-commits
mailing list