<div dir="ltr">FWIW, the required module split seems to have something common with "fat IRs" design recently discussed here: <a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066290.html">http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066290.html</a><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/11 "C. Bergström" <span dir="ltr"><<a href="mailto:cbergstrom@pathscale.com" target="_blank">cbergstrom@pathscale.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
We have a case where LLVM IR may have 2 targets mixed together. Lets call it host and device. Assuming that compiling once for host and once for device is stupid and it should never happen. Can anyone see a way to make Modules switch target contexts on the fly per function or - Adding a pass that splits the modules and then another pass which rejoins them before emitting the final foo.o|s<br>

-----------<br>
Crazy thoughts or recommendations?<br>
<br>
Thanks<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>