Displaying 10 results from an estimated 10 matches for "eevt".
Did you mean:
evt
2019 Jan 05
2
empty list assertion
Hi,
I'm trying to do a Debug build for the 1st time and I keep getting this assertion:
llvm-tblgen: CodeGenDAGPatterns.cpp:64: llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>): Assertion `!VTList.empty() && "empty list?"' failed.
I do not know what list this assertion is referring to. Does anyone know? I always did Release builds before without any problem.
Thanks.
--------------...
2017 Jul 11
2
Using new types v32f32, v32f64 in llvm backend not possible
...or other types such as v32f32, v32f64 although i have defined them
appropriately in all the files like machinevaluetype.h, valuetypes.cpp
etc. i have checked it many times but still getting the following error
when build in debug mode.
llvm-tblgen: /utils/TableGen/CodeGenDAGPatterns.cpp:57:
llvm::EEVT::TypeSet::TypeSet(MVT::SimpleValueType, llvm::TreePattern &):
Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT ==
MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed.
What could be the reason?? please guide how to define new types in llvm
ba...
2019 Jan 06
2
empty list assertion
...gt;
> On Sat, Jan 5, 2019 at 9:04 AM m m via llvm-dev <llvm-dev at lists.llvm.org>
> wrote:
>
>> Hi,
>> I'm trying to do a Debug build for the 1st time and I keep getting this
>> assertion:
>>
>> llvm-tblgen: CodeGenDAGPatterns.cpp:64:
>> llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>):
>> Assertion `!VTList.empty() && "empty list?"' failed.
>>
>> I do not know what list this assertion is referring to. Does anyone
>> know? I always did Release builds before without an...
2017 Jul 11
2
Using new types v32f32, v32f64 in llvm backend not possible
...defined them
>> appropriately in all the files like machinevaluetype.h, valuetypes.cpp
>> etc. i have checked it many times but still getting the following error
>> when build in debug mode.
>>
>> llvm-tblgen: /utils/TableGen/CodeGenDAGPatterns.cpp:57:
>> llvm::EEVT::TypeSet::TypeSet(MVT::SimpleValueType, llvm::TreePattern &):
>> Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT ==
>> MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed.
>>
>
> Are you sure that you updated all of th...
2017 Jul 12
2
Using new types v32f32, v32f64 in llvm backend not possible
...all the files like machinevaluetype.h, valuetypes.cpp
>>>> etc. i have checked it many times but still getting the following error
>>>> when build in debug mode.
>>>>
>>>> llvm-tblgen: /utils/TableGen/CodeGenDAGPatterns.cpp:57:
>>>> llvm::EEVT::TypeSet::TypeSet(MVT::SimpleValueType, llvm::TreePattern
>>>> &): Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT ==
>>>> MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed.
>>>>
>>>
>>>...
2013 Jan 04
2
[LLVMdev] TableGen patterns with multiple outputs
...rtn (func=0x1003d0d14 "operator[]",
file=0x1003b169e
"/Users/jholewinski/projects/llvm/src/llvm/include/llvm/ADT/SmallVector.h",
line=139, expr=0x1003b16e7 "begin() + idx < end()") at Signals.inc:358
#5 0x00000001000ca394 in
llvm::SmallVectorTemplateCommon<llvm::EEVT::TypeSet, void>::operator[]
(this=0x10384fed0, idx=1) at SmallVector.h:139
#6 0x00000001000c965b in llvm::TreePatternNode::getExtType
(this=0x10384fed0, ResNo=1) at CodeGenDAGPatterns.h:349
#7 0x00000001000bd615 in llvm::CodeGenDAGPatterns::ParseInstructions
(this=0x7fff5fbff0b0) at
/Users/jho...
2013 Jan 07
2
[LLVMdev] TableGen patterns with multiple outputs
...ot;operator[]",
> file=0x1003b169e
> "/Users/jholewinski/projects/llvm/src/llvm/include/llvm/ADT/SmallVector.h",
> line=139, expr=0x1003b16e7 "begin() + idx < end()") at Signals.inc:358
> #5 0x00000001000ca394 in
> llvm::SmallVectorTemplateCommon<llvm::EEVT::TypeSet, void>::operator[]
> (this=0x10384fed0, idx=1) at SmallVector.h:139
> #6 0x00000001000c965b in llvm::TreePatternNode::getExtType
> (this=0x10384fed0, ResNo=1) at CodeGenDAGPatterns.h:349
> #7 0x00000001000bd615 in llvm::CodeGenDAGPatterns::ParseInstructions
> (this=0x7f...
2019 Jan 10
2
empty list assertion
...<llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Hi,
> I'm trying to do a Debug build for the 1st time and I keep
> getting this assertion:
>
> llvm-tblgen: CodeGenDAGPatterns.cpp:64:
> llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>):
> Assertion `!VTList.empty() && "empty list?"' failed.
>
> I do not know what list this assertion is referring to. Does
> anyone know? I always did Release builds before w...
2013 Jan 07
0
[LLVMdev] TableGen patterns with multiple outputs
...func=0x1003d0d14 "operator[]", file=0x1003b169e "/Users/jholewinski/projects/llvm/src/llvm/include/llvm/ADT/SmallVector.h", line=139, expr=0x1003b16e7 "begin() + idx < end()") at Signals.inc:358
> #5 0x00000001000ca394 in llvm::SmallVectorTemplateCommon<llvm::EEVT::TypeSet, void>::operator[] (this=0x10384fed0, idx=1) at SmallVector.h:139
> #6 0x00000001000c965b in llvm::TreePatternNode::getExtType (this=0x10384fed0, ResNo=1) at CodeGenDAGPatterns.h:349
> #7 0x00000001000bd615 in llvm::CodeGenDAGPatterns::ParseInstructions (this=0x7fff5fbff0b0) at...
2013 Jan 07
0
[LLVMdev] TableGen patterns with multiple outputs
...=0x1003d0d14 "operator[]", file=0x1003b169e "/Users/jholewinski/projects/llvm/src/llvm/include/llvm/ADT/SmallVector.h", line=139, expr=0x1003b16e7 "begin() + idx < end()") at Signals.inc:358
>> #5 0x00000001000ca394 in llvm::SmallVectorTemplateCommon<llvm::EEVT::TypeSet, void>::operator[] (this=0x10384fed0, idx=1) at SmallVector.h:139
>> #6 0x00000001000c965b in llvm::TreePatternNode::getExtType (this=0x10384fed0, ResNo=1) at CodeGenDAGPatterns.h:349
>> #7 0x00000001000bd615 in llvm::CodeGenDAGPatterns::ParseInstructions (this=0x7fff5fbff...