[llvm] [IR] BlockAddress doesn't use BasicBlock (PR #200772)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 03:42:36 PDT 2026
https://github.com/nikic commented:
Makes sense to me. Some time ago I dropped blockaddress from the Function use list, dropping it from the BB use list as well is consistent with that...
Regarding uselistorder_bb, note that we also have USELIST_CODE_BB in bitcode.
Is this actually redundant though? The docs only talk about blockaddress, but isn't the use list order for BBs also relevant because it determines the order of the predecessors iterator?
https://github.com/llvm/llvm-project/pull/200772
More information about the llvm-commits
mailing list