[Mlir-commits] [mlir] [mlir][rocdl] Add IR examples to OP definitions (PR #182147)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Feb 18 17:13:11 PST 2026
================
@@ -291,6 +327,15 @@ def ROCDL_DsBpermuteOp : ROCDL_ConcreteNonMemIntrOp<"ds_bpermute", [], 1>,
let assemblyFormat = [{
$index `,` $src attr-dict `:` `(` type($index) `,` type($src) `)` `->` type($res)
}];
+ let description = [{
+ Perform a backward permute operation across lanes using LDS hardware.
----------------
krzysz00 wrote:
Can you do me a favor and grab the actual semantics out of the lower-level docs and stick them here? That is, I can't for the life of me remember which one is backwards permute
https://github.com/llvm/llvm-project/pull/182147
More information about the Mlir-commits
mailing list