search for: getmvt

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

Did you mean: getevt
2008 Jul 20
2
[LLVMdev] Structs as first class values.
...; <%struct.foo> [#uses=1] ret %struct.foo %t } It assembles without complaint. If I do llc I get an assert: x86: Return operand #2 has unhandled type i32 llc[0x8b5981e] ... arm: llc: /home/rich/llvm-trunk-new/lib/VMCore/ValueTypes.cpp:109: static llvm::MVT llvm::MVT::getMVT(const llvm::Type*, bool): Assertion `0 && "Unknown type!"' failed. ... My questions are: Is this supposed to work? (I understand it may be a work in progress.) Is the LLVM well formed at the source level? -Rich