[llvm-bugs] [Bug 40951] New: llvm/test/Transforms/SLPVectorizer/X86/phi.ll test is failing with release_80 branch
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 4 03:50:47 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40951
Bug ID: 40951
Summary: llvm/test/Transforms/SLPVectorizer/X86/phi.ll test is
failing with release_80 branch
Product: Test Suite
Version: 8.0
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: lit
Assignee: unassignedbugs at nondot.org
Reporter: balarishi.bhogadi at amd.com
CC: daniel at zuster.org, llvm-bugs at lists.llvm.org
With release_80 branch, facing the below failure for
llvm/test/Transforms/SLPVectorizer/X86/phi.ll:
FAIL: LLVM :: Transforms/SLPVectorizer/X86/phi.ll (27008 of 29439)
******************** TEST 'LLVM :: Transforms/SLPVectorizer/X86/phi.ll' FAILED
********************
Script:
--
: 'RUN: at line 2';
/home/amd/JENKINS/workspace/CPUPC_AMD_LLVM-8-0-0-ORG_Branch/BUILD_DIR/bin/opt <
/home/amd/JENKINS/workspace/CPUPC_AMD_LLVM-8-0-0-ORG_Branch/llvm/test/Transforms/SLPVectorizer/X86/phi.ll
-basicaa -slp-vectorizer -slp-threshold=-100 -dce -S
-mtriple=i386-apple-macosx10.8.0 -mcpu=corei7-avx |
/home/amd/JENKINS/workspace/CPUPC_AMD_LLVM-8-0-0-ORG_Branch/BUILD_DIR/bin/FileCheck
/home/amd/JENKINS/workspace/CPUPC_AMD_LLVM-8-0-0-ORG_Branch/llvm/test/Transforms/SLPVectorizer/X86/phi.ll
--
Exit Code: 1
Command Output (stderr):
--
/home/amd/JENKINS/workspace/CPUPC_AMD_LLVM-8-0-0-ORG_Branch/llvm/test/Transforms/SLPVectorizer/X86/phi.ll:147:15:
error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: [[REORDER_SHUFFLE:%.*]] = shufflevector <4 x float> [[TMP2]], <4
x float> undef, <4 x i32> <i32 3, i32 2, i32 1, i32 0>
^
<stdin>:52:2: note: scanning from here
%3 = extractelement <4 x float> %2, i32 0
^
<stdin>:52:2: note: with variable "TMP2" equal to "%2"
%3 = extractelement <4 x float> %2, i32 0
^
--
====================
Please let me know if additional details are required.
====================
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190304/03dddb3b/attachment-0001.html>
More information about the llvm-bugs
mailing list