[PATCH] D52966: [Merge SImilar Function ThinLTO 3/n] Add hash code to function summary

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 09:23:19 PDT 2018


evgeny777 added a comment.

Yeah, I'm also wondering what's this for.



================
Comment at: lib/Bitcode/Reader/BitcodeReader.cpp:5275
+        NumRefs = Record[5];
+        RefListStartIndex = 6;
       }
----------------
Are we no longer suggested to parse older index files?


https://reviews.llvm.org/D52966





More information about the llvm-commits mailing list