[all-commits] [llvm/llvm-project] 618b65: [BPF] Split stack argument psuedo expansion into a...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon Jul 13 18:02:47 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 618b65a268a5f0df6405a18cad876f63e5721739
      https://github.com/llvm/llvm-project/commit/618b65a268a5f0df6405a18cad876f63e5721739
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPFMIPeephole.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp

  Log Message:
  -----------
  [BPF] Split stack argument psuedo expansion into a separate pass

This will make the NewPM implementation cleaner given now the two passes
are either required/optional rather than like BPFMIPreEmitPeepholePass
before, which was partially required (for stack argument psuedo
expansion), and optional for other peephole optimizations. I think this
is also a cleaner design in general.

Reviewers: aeubanks, eddyz87, yonghong-song

Pull Request: https://github.com/llvm/llvm-project/pull/207844



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