[all-commits] [llvm/llvm-project] 6cea40: [IR] Remove RepeatedPass (#96211)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 20 10:39:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cea40400df542a1a4a6d35b45cbe3367f2c32b7
https://github.com/llvm/llvm-project/commit/6cea40400df542a1a4a6d35b45cbe3367f2c32b7
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/test/Other/new-pass-manager.ll
M llvm/test/Other/new-pm-print-pipeline.ll
M llvm/test/Transforms/Coroutines/coro-elide-stat.ll
M llvm/test/Transforms/Coroutines/coro-elide.ll
Log Message:
-----------
[IR] Remove RepeatedPass (#96211)
This pass is not used in any pipeline, barely used in tests and not
really useful, so drop it. The only place where we "repeat" passes is
devirt repetition, and that is done using a separate 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