llvm::DenseMap is unsuitable with arbitrary integer keys
It needs to reserve some special key values that the caller has to promise to never insert into the map. For integers that's -1 and -2... which we were using and then got some random data back.
Showing
Please register or sign in to comment