[all-commits] [llvm/llvm-project] 47b490: [AArch64][SME] Refactor MachineSMEABI pass state (...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Sep 12 02:17:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47b490b4dcda4ac5d4adae88a7c90ffac8068312
      https://github.com/llvm/llvm-project/commit/47b490b4dcda4ac5d4adae88a7c90ffac8068312
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/MachineSMEABIPass.cpp

  Log Message:
  -----------
  [AArch64][SME] Refactor MachineSMEABI pass state (NFCI) (#156674)

This removes the pass state (aside from target classes) from the
MachineSMEABI class, and instead passes/returns state between functions.

The intention is to make dataflow (and where state is mutated) more
apparent.



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