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

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 11:43:47 PST 2022


nickdesaulniers created this revision.
Herald added subscribers: kosarev, hiraditya, kristof.beyls, tpr.
Herald added a project: All.
nickdesaulniers requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Follow a similar pattern as AMDGPUDAGToDAGISel's constructor so that we
can use INITIALIZE_PASS to register a pass. This allows for more fine
grain testability of SelectionDAGISel.

See also: https://reviews.llvm.org/D140323


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140331

Files:
  llvm/lib/Target/AArch64/AArch64.h
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140331.484026.patch
Type: text/x-patch
Size: 5331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221219/9492c6f5/attachment.bin>


More information about the llvm-commits mailing list