[Mlir-commits] [mlir] [mlir][AMDGPU] Add PermlaneOp (PR #154345)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Aug 21 07:23:28 PDT 2025
================
@@ -656,6 +656,60 @@ def AMDGPU_SwizzleBitModeOp : AMDGPU_Op<"swizzle_bitmode",
}];
}
+def AMDGPU_PermlanePerm : I32EnumAttr<"PermlanePerm",
----------------
krzysz00 wrote:
Are we _sure_ we don't want to call this `permlane_swap`? Or are we planning to extend this
https://github.com/llvm/llvm-project/pull/154345
More information about the Mlir-commits
mailing list