[PATCH] D74813: [RFC] Add hash of block contents to function block names
Alex Borcan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 13:01:18 PDT 2020
alexbdv added a comment.
@erik.pilkington How about just adding numeric hash of block parameters for now ? This way we don't have to change the mangling / demangling scheme at all.
The mangling / demangling changes bring me into parts of LLVM that I'm not familiar with.
(PS - I still have to update tests).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74813/new/
https://reviews.llvm.org/D74813
More information about the cfe-commits
mailing list