[Mlir-commits] [mlir] [mlir][amdgpu] Add scaled_ext_packed{8, 16} operations (PR #159830)

Jakub Kuderski llvmlistbot at llvm.org
Thu Oct 16 06:56:45 PDT 2025


================
@@ -338,6 +338,76 @@ void RawBufferAtomicCmpswapOp::getCanonicalizationPatterns(
       context);
 }
 
+//===----------------------------------------------------------------------===//
+// ScaledExtPacked816Op
+//===----------------------------------------------------------------------===//
+mlir::ParseResult ScaledExtPacked816Op::parse(mlir::OpAsmParser &parser,
+                                              mlir::OperationState &result) {
+  // Parse attributes
----------------
kuhar wrote:

nit:
```suggestion
  // Parse attributes.
```

See https://llvm.org/docs/CodingStandards.html#commenting. Also below.


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


More information about the Mlir-commits mailing list