Issue 124703
Summary [SPIR-V] Rework SPIR-V Backend work with user options
Labels new issue
Assignees VyacheslavLevytskyy
Reporter VyacheslavLevytskyy
    The SPIR-V Backend requires refactoring wrt. a way it's working with user facing options. While an option data set as a bunch of global `static cl::opt` may be ok from the perspective of `llc` runs, it doesn't work with an expectedly multithreading host environment that is to make use of the SPIR-V Backend API. See https://github.com/llvm/llvm-project/pull/124653 as a demo of needs to refactor SPIR-V Backend design in this part.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to