[Mlir-commits] [mlir] [mlir][ArmSME] Support 4-way widening outer products (PR #79288)

Benjamin Maxwell llvmlistbot at llvm.org
Tue Feb 6 07:48:21 PST 2024


================
@@ -31,6 +31,55 @@ using namespace mlir;
 using namespace mlir::arm_sme;
 
 namespace {
+
+// Common match failure reasons.
+static constexpr StringLiteral
+    MATCH_FAILURE_NO_ACCUMULATOR("no accumulator operand");
----------------
MacDue wrote:

E.g. MLIR is not following the LLVM rules for variable names (nor the Google one for that matter). But it does seem to follow Google constant naming rules. 

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


More information about the Mlir-commits mailing list