search for: tampl

Displaying 1 result from an estimated 1 matches for "tampl".

Did you mean: tmpl
2016 Jun 05
2
Migration help required for 3.3 to 3.8
...teStructGEP( valuePtr->getType(), valuePtr, index )`... would that be correct? `arg_iterator` no longer converst to Value*, I have a lot of this now: &*(args++) This seems like I'm doing something wrong. Is there a more correct way to convert to the `Value*`? `PassManager` is now a tample type with `IRUnitT`. What is the `IRUnitT` type? Or rather, how should I be creating the `PassManager`? Why does `EngineBuilder` require a `unique_ptr` for the `Module` now? After I create the builder I still need to reference the module, in particular to run the pass manager and look up function...