[clang] [Matrix] Add a row\col major toggle in the clang driver (PR #167628)
Florian Hahn via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 21 06:14:33 PST 2025
================
@@ -3976,6 +3976,13 @@ void CompilerInvocationBase::GenerateLangArgs(const LangOptions &Opts,
}
GenerateArg(Consumer, OPT_falloc_token_mode_EQ, S);
}
+ // Generate args for Matrices
----------------
fhahn wrote:
```suggestion
// Generate args for matrix types.
```
https://github.com/llvm/llvm-project/pull/167628
More information about the cfe-commits
mailing list