File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,9 +181,9 @@ def Neura_StoreIndexedOp: Op<NeuraDialect, "store_indexed"> {
181181// Defines a pointer computation operation.
182182def Neura_GEP : Op<NeuraDialect, "gep", [AttrSizedOperandSegments]> {
183183 let summary = "Pointer computation using offset indices";
184- let arguments = (ins Optional<AnyType>:$base, Variadic<AnyType>:$indicesAndPredicate );
184+ let arguments = (ins Optional<AnyType>:$base, Variadic<AnyType>:$indices );
185185 let results = (outs AnyType:$result);
186- // let assemblyFormat = "$base `[` $indicesAndPredicate `]` `,` $predicate attr-dict";
186+ // let assemblyFormat = "$base `[` $indices `]` `,` $predicate attr-dict";
187187}
188188
189189// Defines a conditional branch operation.
You can’t perform that action at this time.
0 commit comments