[llvm] [offload][SYCL] Add SYCL Module splitting (PR #119713)
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 06:35:35 PST 2025
================
@@ -70,6 +76,64 @@ static cl::opt<std::string>
MCPU("mcpu", cl::desc("Target CPU, ignored if --mtriple is not used"),
cl::value_desc("cpu"), cl::cat(SplitCategory));
+cl::opt<IRSplitMode> SYCLSplitMode(
+ "sycl-split", cl::desc("module split mode"), cl::Optional,
----------------
frasercrmck wrote:
Looks good, thanks
https://github.com/llvm/llvm-project/pull/119713
More information about the llvm-commits
mailing list