[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
Tue Apr 14 15:12:43 PDT 2020
alexbdv added a comment.
@erik.pilkington / @vsk / @dexonsmith - how block name = hash(parent_function_name + block_type) ?
So any blocks that are inside the same parent function + have the same type will get an incremental number to de-duplicate names.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74813/new/
https://reviews.llvm.org/D74813
More information about the cfe-commits
mailing list