Displaying 2 results from an estimated 2 matches for "fromnode".
Did you mean:
fromcode
2010 Feb 26
2
[LLVMdev] Possible SelectionDAG Bug
...lUsesOfValuesWith:
// Read up all the uses and make records of them. This helps
// processing new uses that are introduced during the
// replacement process.
SmallVector<UseMemo, 4> Uses;
for (unsigned i = 0; i != Num; ++i) {
unsigned FromResNo = From[i].getResNo();
SDNode *FromNode = From[i].getNode();
#ifndef NDEBUG
assert(FromNode->getOpcode() != ISD::DELETED_NODE && "FromNode deleted!");
#endif
This triggers all over the place in the testbase. Is it expected that we
could get a deleted node here? The following code appears to assume
FromNode...
1999 Aug 03
3
RW 0.64.2 substring() string truncation?
Hi,
(First, apology for my earlier incorrectly addressed "subscribe"
post.)
Can somebody tell me what exactly is going on below. Basically, I am
running into some kind of "string truncation" problem when I try
to get a substring starting past the 8192nd character (see sample
session below). There doesn't appear to be any problem creating the
string, and nchar()