search for: _zn12bulletmlnode11name2stringe

Displaying 2 results from an estimated 2 matches for "_zn12bulletmlnode11name2stringe".

2008 May 02
2
[LLVMdev] canonicalizing add in constant expressions
I wrote some code that fell over when it encountered this ConstantExpr: i32 add (i32 24, i32 ptrtoint ([20 x %"struct.stlpmtx_std::string"]* @_ZN12BulletMLNode11name2stringE to i32))) because it expected the LHS of the add to be another ConstantExpr. (This is the first time that bit of code has fallen over, despite having compiled thousands of test cases and many megabytes of C and C++ source, so constant expressions like this must at least be pretty rare.) Is there...
2008 May 02
0
[LLVMdev] canonicalizing add in constant expressions
On Fri, 2 May 2008, Jay Foad wrote: > I wrote some code that fell over when it encountered this ConstantExpr: > i32 add (i32 24, i32 ptrtoint ([20 x %"struct.stlpmtx_std::string"]* > @_ZN12BulletMLNode11name2stringE to i32))) > > because it expected the LHS of the add to be another ConstantExpr. (This is > the first time that bit of code has fallen over, despite having compiled > thousands of test cases and many megabytes of C and C++ source, so constant > expressions like this must at least be...