Hi,
 
i am using the OCaml LLVM binding to generate code for different backends. 
Opt the modular optimizer has a couple of optimization passes specific to the
NVPTX target, like sched4reg or -nvptx-favor-non-generic.
 
Is it possible to enable these passes with the existing binding, or can they be 
easily extended to make that available?
 
Best regards,
 
Florian