File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
mlir/include/mlir/Dialect/LLVMIR Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1002,6 +1002,9 @@ foreach smallT = [
10021002 Arguments<(ins smallT.type:$src, I32:$scale, I32Attr:$scaleSel)> {
10031003
10041004 let summary = "Scales 8 " # smallT.name # " and converts them to 8 " # largeT.name # ".";
1005+ let description = [{
1006+ Available on gfx1250+.
1007+ }];
10051008 let results = (outs largeT.type:$res);
10061009 let assemblyFormat = [{
10071010 attr-dict $src `,` $scale `[` $scaleSel `]` `:` type($res)
@@ -1029,10 +1032,14 @@ foreach smallT = [
10291032 Arguments<(ins smallT.type:$src, I32:$scale, I32Attr:$scaleSel)> {
10301033
10311034 let summary = "Scales 16 " # smallT.name # " and converts them to 16 " # largeT.name # ".";
1035+ let description = [{
1036+ Available on gfx1250+.
1037+ }];
10321038 let results = (outs largeT.type:$res);
10331039 let assemblyFormat = [{
10341040 attr-dict $src `,` $scale `[` $scaleSel `]` `:` type($res)
10351041 }];
1042+
10361043 }
10371044 } // foreach largeT
10381045} // foreach smallTOp
You can’t perform that action at this time.
0 commit comments