Skip to content

gallivm: create a pass manager wrapper.

Dave Airlie requested to merge airlied/mesa:gallivm-passmgr into main

What does this MR do and why?

gallivm: create a pass manager wrapper.

With the introduction of the orc jit and looking at the mess that
is integrating with LLVM pass mgmt, encapsulate the passmgr
interactions in an internal abstraction so it can be shared,
and the compiler code isn't so messy to read.

Merge request reports

Loading