[all-commits] [llvm/llvm-project] d4d323: [NewPM][CodeGen] Port `localstackalloc` to new pas...

paperchalice via All-commits all-commits at lists.llvm.org
Wed Jun 5 04:24:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4d3239d982e15e039d3958b4202b13203df26bd
      https://github.com/llvm/llvm-project/commit/d4d3239d982e15e039d3958b4202b13203df26bd
  Author: paperchalice <liujunchang97 at outlook.com>
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
    A llvm/include/llvm/CodeGen/LocalStackSlotAllocation.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/test/CodeGen/AArch64/aarch64st1.mir
    M llvm/test/CodeGen/AArch64/sve-localstackalloc.mir

  Log Message:
  -----------
  [NewPM][CodeGen] Port `localstackalloc` to new pass manager (#94303)

There are two AArch64 tests use `-start-before` and `-print-after`. Rest tests uses `--passes` to test this pass.



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