[all-commits] [llvm/llvm-project] 5e4b68: [NewPM] Fix tests for OptimizerLast extension point
Elia Geretto via All-commits
all-commits at lists.llvm.org
Fri Feb 25 14:53:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e4b68cc3b4f8efc3a4b4aa14a4d5af0fdf099e0
https://github.com/llvm/llvm-project/commit/5e4b68cc3b4f8efc3a4b4aa14a4d5af0fdf099e0
Author: Elia Geretto <elia.f.geretto at gmail.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M llvm/test/Other/new-pm-O0-ep-callbacks.ll
M llvm/test/Other/new-pm-defaults.ll
M llvm/tools/opt/NewPMDriver.cpp
Log Message:
-----------
[NewPM] Fix tests for OptimizerLast extension point
This PR fixes the tests for the `OptimizerLast` extension point in the new pass manager. The extension point uses module passes, but it was being tested with a function pass.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D120581
More information about the All-commits
mailing list