[PATCH] D51664: [IR] Lazily number instructions for local dominance queries

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 11:26:33 PDT 2019


fhahn added a comment.
Herald added a subscriber: asbirlea.

For DSE, it seems quite straight-forward to preserve OrderedBB (we just remove instructions or replace existing ones with another one). I've added D59789 <https://reviews.llvm.org/D59789> sketching that. This could be a stop-gap until this patch gets through.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51664/new/

https://reviews.llvm.org/D51664





More information about the llvm-commits mailing list