[all-commits] [llvm/llvm-project] 0fbaea: [CodeGen][NPM] Allow nested MF pass managers for -...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Sun Jul 6 23:40:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fbaeafd7ff725d6e7705d934638a7917fc8a3f1
https://github.com/llvm/llvm-project/commit/0fbaeafd7ff725d6e7705d934638a7917fc8a3f1
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
M llvm/test/tools/llc/new-pm/pipeline.mir
Log Message:
-----------
[CodeGen][NPM] Allow nested MF pass managers for -passes (#128852)
This allows `machine-function(p1,machine-function(...))` instead of
erroring.
Effectively it is flattened to a single MFPM.
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