You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since LLVM reorders machine basic blocks during compilation, the order
in the basic block address map doesn't match the order of LLVM IR basic
blocks. This commit extends the basic block address map
(SHT_LLVM_BB_ADDR_MAP) with an additional field which exposes the LLVM
IR basic block index for each machine basic block. This allows us to map
virtual addresses back to BasicBlocks in the IR.
0 commit comments