[LLVMdev] What is getTombstoneKey? (original) (raw)
Lawrence lawrence at codeaurora.org
Wed Jul 29 10:51:51 PDT 2015
- Previous message: [LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
- Next message: [LLVMdev] What is getTombstoneKey?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, All:
I am trying to extend EarlyCSE.cpp to do more commoning of GEP instruction, it requires a hashtable with two keys, I defined
typedef ScopedHashTable<DoubleKey, std::pair<Value *, unsigned>,
DenseMapInfo<Value *>, LoadMapAllocator>
LoadHTType;
I declared a DoubleKey struct similar to CallValue but with two Value * member, However I have problem to implement getTombstoneKey() because I don't know what it is, could anyone tell me what it is about?
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150729/69eed696/attachment.html>
- Previous message: [LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
- Next message: [LLVMdev] What is getTombstoneKey?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]