Files
clang-p2996/mlir/lib/Pass/Pass.cpp
Peter Collingbourne d58c793673 Pass: Do not use llvm::array_pod_sort to sort OpPassManagers.
OpPassManager contains a field of type std::unique_ptr which
is not guaranteed to be trivially relocatable so we cannot use
llvm::array_pod_sort.

Reviewers: River707, joker-eph

Reviewed By: joker-eph

Pull Request: https://github.com/llvm/llvm-project/pull/129968
2025-03-06 11:20:23 -08:00

40 KiB