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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 13:52:49 PST 2020


rnk marked an inline comment as done.
rnk added a comment.

I reposted the RFC to llvm-dev, and I think this time we'll reach a different consensus.



================
Comment at: llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp:1311
-            // Remove earlier, wider, store
-            OBB.replaceInstruction(DepWrite, SI);
-
----------------
I don't have an equivalent API for this. I don't have a good way to profile to check if that is or is not the case.


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