[all-commits] [llvm/llvm-project] 7f223d: [PassBuilder] Treat pipeline aliases as normal pas...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 27 03:07:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f223d121d745b9136b04c64d5b8f791adc962ad
https://github.com/llvm/llvm-project/commit/7f223d121d745b9136b04c64d5b8f791adc962ad
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
A llvm/test/Other/pipeline-alias-errors.ll
Log Message:
-----------
[PassBuilder] Treat pipeline aliases as normal passes (#146038)
Pipelines like `-passes="default<O3>"` are currently parsed in a special
way. Switch them to work like normal, parameterized module passes.
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