Displaying 7 results from an estimated 7 matches for "numinitbuckets".
2012 Jan 26
0
[LLVMdev] dense maps
My problem was that the constructor for DenseMap has an undocumented
constraint.
explicit DenseMap(unsigned NumInitBuckets = 0) {
init(NumInitBuckets);
}
if given an explicit argument, requires that the argument be a power of 2.
It's checked by an assert in init(), but for some reason my code didn't
trip the assertion.
Is there a special way I must make to enable asserts?
Thanks,
Preston
On Wed, Jan 25,...
2012 Jan 26
5
[LLVMdev] dense maps
Reading the LLVM Programmer's Manual, the description of DenseSet mentions:
*Note that DenseSet has the same requirements for the value type that
DenseMap <http://llvm.org/docs/ProgrammersManual.html#dss_densemap> has.*
But when I read about DenseMap, I don't really see any requirements for the
values, just a warning about space. On the other hand, the *keys* have
special
2007 Sep 05
2
[LLVMdev] Seeing a crash with ConstantFP::get
...Fibonacci.exe!llvm::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo>::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo>(unsigned int NumInitBuckets=64)
Line 68 C++
Fibonacci.exe!llvm::ManagedStatic<llvm::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo> >::LazyInit() Line 72 + 0x24
bytes C++
Fibonacci.exe!llvm::ManagedStatic&...
2007 Sep 05
2
[LLVMdev] Seeing a crash with ConstantFP::get
...Fibonacci.exe!llvm::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo>::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo>(unsigned int NumInitBuckets=64)
Line 68 C++
Fibonacci.exe!llvm::ManagedStatic<llvm::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo> >::LazyInit() Line 72 + 0x24
bytes C++
Fibonacci.exe!llvm::ManagedStatic<llvm::DenseMap<...
2007 Sep 05
0
[LLVMdev] Seeing a crash with ConstantFP::get
...Map<`anonymous
> namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
> *,A0x5b1fa632::DenseMapAPFloatKeyInfo>::DenseMap<`anonymous
> namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
> *,A0x5b1fa632::DenseMapAPFloatKeyInfo>(unsigned int
> NumInitBuckets=64) Line 68 C++
>
> Fibonacci.exe!
> llvm::ManagedStatic<llvm::DenseMap<`anonymous
> namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
> *,A0x5b1fa632::DenseMapAPFloatKeyInfo> >::LazyInit() Line 72 +
> 0x24 bytes C++
>
>...
2007 Sep 06
0
[LLVMdev] Seeing a crash with ConstantFP::get
...Fibonacci.exe!llvm::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo>::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo>(unsigned int NumInitBuckets=64)
Line 68 C++
Fibonacci.exe!llvm::ManagedStatic<llvm::DenseMap<`anonymous
namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
*,A0x5b1fa632::DenseMapAPFloatKeyInfo> >::LazyInit() Line 72 + 0x24
bytes C++
Fibonacci.exe!llvm::ManagedStatic<llvm::DenseMap<...
2007 Sep 06
2
[LLVMdev] Seeing a crash with ConstantFP::get
...>> namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
>> *,A0x5b1fa632::DenseMapAPFloatKeyInfo>::DenseMap<`anonymous
>> namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
>> *,A0x5b1fa632::DenseMapAPFloatKeyInfo>(unsigned int
>> NumInitBuckets=64) Line 68 C++
>>
>> Fibonacci.exe!
>> llvm::ManagedStatic<llvm::DenseMap<`anonymous
>> namespace'::DenseMapAPFloatKeyInfo::KeyTy,llvm::ConstantFP
>> *,A0x5b1fa632::DenseMapAPFloatKeyInfo> >::LazyInit() Line 72 +
>> 0x24...