[PATCH] D140161: [SelectionDAG] Give all the target specific subclasses of SelectionDAGISel their own pass ID.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 15:05:11 PST 2022


arsenm added a comment.

In D140161#3999479 <https://reviews.llvm.org/D140161#3999479>, @nickdesaulniers wrote:

> So why isn't `-stop-after=finalizeisel` working "not a bug?" (Perhaps I should have s/SelectionDAG/SelectionDAGISel/ above)

-stop-after=finalize-isel should work. That's what I always use


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140161



More information about the llvm-commits mailing list