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

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Feb 6 06:54:33 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");
----------------
banach-space wrote:

Aren't ALL_CAPS reserved for macros? Shouldn't these be camelCase? https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly

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


More information about the Mlir-commits mailing list