search for: f527ca43

Displaying 1 result from an estimated 1 matches for "f527ca43".

2015 Aug 03
3
[LLVMdev] RFC: what is the purpose of test/CodeGen/Generic?
Hi all, I wonder about this directory and the 162 tests that are in it. Most tests have only this run line: ; RUN: llc < %s And when I look at the log of some tests like: test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll The comment inside is: ; This caused the backend to assert out with: ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type”’ I