[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:34 PST 2025


================
@@ -4571,6 +4578,19 @@ bool CompilerInvocation::ParseLangArgs(LangOptions &Opts, ArgList &Args,
       Diags.Report(diag::err_drv_invalid_value) << Arg->getAsString(Args) << S;
   }
 
+  // Enable options for Matrices
----------------
fhahn wrote:

```suggestion
  // Enable options for matrix types.
```

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


More information about the cfe-commits mailing list