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

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Thu Sep 11 05:53:38 PDT 2025


  Branch: refs/heads/users/MacDue/state-params
  Home:   https://github.com/llvm/llvm-project
  Commit: 8320082a32e713cfa500584227838556361568c9
      https://github.com/llvm/llvm-project/commit/8320082a32e713cfa500584227838556361568c9
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2025-09-11 (Thu, 11 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)

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.


  Commit: 093f7123744ebe22c9e1107c6f64e36aca47af11
      https://github.com/llvm/llvm-project/commit/093f7123744ebe22c9e1107c6f64e36aca47af11
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2025-09-11 (Thu, 11 Sep 2025)

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

  Log Message:
  -----------
  Fixups

Change-Id: I05e79e16397a3e035f5d35df30c4999987a029d4


Compare: https://github.com/llvm/llvm-project/compare/272c4de52716...093f7123744e

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