[all-commits] [llvm/llvm-project] 88fbb4: [NewPM][AArch64] Port AArch64DAGToDAGISelLegacy to...
Anshul Nigham via All-commits
all-commits at lists.llvm.org
Tue Jun 9 13:40:41 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88fbb4a9eef5ec9f79a4db028e9e1e907a1ae866
https://github.com/llvm/llvm-project/commit/88fbb4a9eef5ec9f79a4db028e9e1e907a1ae866
Author: Anshul Nigham <nigham at google.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64PassRegistry.def
Log Message:
-----------
[NewPM][AArch64] Port AArch64DAGToDAGISelLegacy to NewPM (#202739)
Adds `AArch64DAGToDAGISelPass`, the NewPM port for AArch64 instruction
selection. Inherits from `SelectionDAGISelPass` and reuses its
implementation, similar to X86 and AMDGPU ports and the Legacy pass
implementation.
Assisted by Gemini
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list