https://bugs.llvm.org/show_bug.cgi?id=33210
Bug ID: 33210
Summary: gvn tests failing
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: matthias.krue...@famsik.de
CC: llvm-bugs@lists.llvm.org
Created attachment 18531
--> https://bugs.llvm.org/attachment.cgi?id=18531&action=edit
lit log of failing 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 gvn tests were failing (check-all):
LLVM :: Transforms/GVNHoist/ld_hoist_st_sink.ll
LLVM :: Transforms/GVNSink/dither.ll
LLVM :: Transforms/GVNSink/indirect-call.ll
LLVM :: Transforms/GVNSink/sink-common-code.ll
LLVM :: Transforms/GVNSink/struct.ll
Log attached.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs