[PATCH] D140331: [llvm][AArch64ISelDAGToDAG] support -{start|stop}-{before|after}=aarch64-isel

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 15:46:27 PST 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.

LGTM.

> This allows for more fine grain testability of SelectionDAGISel.

Just be concrete and mention that this makes `llc -stop-{before,after}=aarch64-isel` work?



================
Comment at: llvm/lib/Target/AArch64/AArch64.h:79
 void initializeAArch64CFIFixupPass(PassRegistry&);
-void initializeAArch64CollectLOHPass(PassRegistry&);
-void initializeAArch64CondBrTuningPass(PassRegistry &);
+void initializeAArch64CollectLOHPass(PassRegistry &);
 void initializeAArch64CompressJumpTablesPass(PassRegistry&);
----------------
Push the shuffling in a separate commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140331



More information about the llvm-commits mailing list