diff options
author | Peter Collingbourne <pcc@google.com> | 2025-03-06 11:20:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 11:20:23 -0800 |
commit | d58c793673095195c46366fe19f151a68a029820 (patch) | |
tree | a68cd854be829c39a83e565d0d4b5a616b83bcaa /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 5f70ed5bdad826e3842da3ce86e54bef8df95dbe (diff) | |
download | llvm-d58c793673095195c46366fe19f151a68a029820.zip llvm-d58c793673095195c46366fe19f151a68a029820.tar.gz llvm-d58c793673095195c46366fe19f151a68a029820.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions