[Mlir-commits] [mlir] [AMDGPU][MLIR][NFC] moved enc computation to a dedicated method (PR #189339)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Apr 1 08:32:25 PDT 2026


================
@@ -1978,6 +1978,10 @@ def AMDGPU_GlobalPrefetchOp :
     ```
   }];
 
+  let extraClassDeclaration = [{
----------------
krzysz00 wrote:

I'd just put this in a header somewhere instead of attaching it to a class.

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


More information about the Mlir-commits mailing list