Displaying 1 result from an estimated 1 matches for "76e86139".
2015 Jun 25
2
[LLVMdev] Any known-reliable numbering scheme for basic blocks?
Hi all,
Does anyone know of a good solution to the following? I'm trying to find a
good way to stably associate distinct ID numbers with different BB in a
module. As long as the module's IR hasn't changed in any way whatsoever,
I'd like to be guaranteed to always generate the same ID <--> BB mapping.
Or if the mapping is ambiguous, because two or more mappings between