[llvm] [offload][SYCL] Add SYCL Module splitting (PR #119713)

Maksim Sabianin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 07:15:27 PST 2025


================
@@ -123,6 +187,16 @@ int main(int argc, char **argv) {
     Out->keep();
   };
 
+  if (SYCLSplitMode != IRSplitMode::IRSM_NONE) {
+    auto E = runSYCLSplitModule(std::move(M));
----------------
maksimsab wrote:

I've changed that.

https://github.com/llvm/llvm-project/pull/119713


More information about the llvm-commits mailing list