mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
![Matthias Springer](/assets/img/avatar_default.png)
The same transform op can now be used to apply registered pass pipelines. This revision also adds a helper function for querying `PassPipelineInfo` objects and moves the corresponding `lookup` function for `PassInfo` objects to the `PassInfo` class. Differential Revision: https://reviews.llvm.org/D159211