[all-commits] [llvm/llvm-project] 3272ba: [Polly] Honor 'scops' phase being disabled (#180380)
Michael Kruse via All-commits
all-commits at lists.llvm.org
Mon Feb 16 02:01:10 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3272ba7b8fd7672b92eb969e71533b4115e74ecd
https://github.com/llvm/llvm-project/commit/3272ba7b8fd7672b92eb969e71533b4115e74ecd
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2026-02-16 (Mon, 16 Feb 2026)
Changed paths:
M polly/lib/Pass/PhaseManager.cpp
Log Message:
-----------
[Polly] Honor 'scops' phase being disabled (#180380)
`opt -passes=polly-custom<detect>`, or `stopafter=detect` would still
run the ScopInfo analysis even though it should run when explicitly
enabled or required by another phase.
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