tqchen opened a new pull request, #11320: URL: https://github.com/apache/tvm/pull/11320
LLVM comes with global cli configurations which can persist through out the process. Direct setting these parameters can affect future LLVM passes. While an ideal approach is to config compilation pipeline in a way that is independent of such global configs, it is hard to do so given the current way that LLVM passes are being configed. To work around this problem. This PR introduced a helper scope to set these configurations in RAII style and recover the settings after the scope ends. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
