[llvm-bugs] [Bug 33211] New: newgvn tests failing
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 29 13:16:03 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33211
Bug ID: 33211
Summary: newgvn tests failing
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: matthias.krueger at famsik.de
CC: llvm-bugs at lists.llvm.org
Created attachment 18532
--> https://bugs.llvm.org/attachment.cgi?id=18532&action=edit
log if failing newgvn tests.
llvm @ 4ca30c7c760d7653743dfb664c51e9f320d4a7b5 /
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304149
91177308-0d34-0410-b5e6-96231b3b80d8
build setup:
cmake ../llvm -G "Ninja" \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_BINUTILS_INCDIR=/usr/include \
-DCMAKE_C_FLAGS="-O3 -g0" \
-DCMAKE_CXX_FLAGS="-O3 -g0" \
-DLLVM_PARALLEL_LINK_JOBS=2 \
-DLLVM_OPTIMIZED_TABLEGEN=1 \
-DLLVM_ENABLE_LTO="Full" \
-DCMAKE_AR="${rootDir}/stage_2/build/bin/llvm-ar" \
-DCMAKE_RANLIB="${rootDir}/stage_2/build/bin/llvm-ranlib" \
-DLLVM_USE_LINKER="${rootDir}/stage_2/build/bin/ld.lld" \
-DLLVM_ENABLE_EXPENSIVE_CHECKS=1 \
Using a stage 2 optimized llvm/clang of the same commit for building.
These newgvn tests were failing:
LLVM :: Transforms/NewGVN/deadstore.ll
LLVM :: Transforms/NewGVN/phi-translate-partial-alias.ll
LLVM :: Transforms/NewGVN/pr31483.ll
LLVM :: Transforms/NewGVN/pr31613.ll
LLVM :: Transforms/NewGVN/pr32836.ll
LLVM :: Transforms/NewGVN/pr32934.ll
LLVM :: Transforms/NewGVN/refine-stores.ll
Lit log attached.
--
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/20170529/26c7d18a/attachment.html>
More information about the llvm-bugs
mailing list