[llvm] r258182 - WebAssembly: mark known failure caused by r258125
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 12:53:12 PST 2016
Author: jfb
Date: Tue Jan 19 14:53:12 2016
New Revision: 258182
URL: http://llvm.org/viewvc/llvm-project?rev=258182&view=rev
Log:
WebAssembly: mark known failure caused by r258125
The following test program triggers the assertion:
https://github.com/gcc-mirror/gcc/blob/master/gcc/testsuite/gcc.c-torture/execute/20030916-1.c
Modified:
llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
Modified: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt?rev=258182&r1=258181&r2=258182&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Tue Jan 19 14:53:12 2016
@@ -1,5 +1,8 @@
# Tests which are known to fail from the GCC torture test suite.
+# InstrEmitter.cpp:302: unsigned int llvm::InstrEmitter::getVR(llvm::SDValue, DenseMap<llvm::SDValue, unsigned int> &): Assertion `I != VRBaseMap.end() && "Node emitted out of order - late"' failed.
+20030916-1.c
+
# WebAssemblyCFGStackify.cpp:438: void PlaceMarkers(llvm::MachineFunction&, const llvm::MachineLoopInfo&, const llvm::WebAssemblyInstrInfo&, llvm::MachineDominatorTree&): Assertion `ScopeTops[Stack.back()->getNumber()] == &MBB && "Block should be balanced"' failed.
ashldi-1.c
ashrdi-1.c
More information about the llvm-commits
mailing list