Skip to content

Commit d6f6a66

Browse files
committed
Remove stale comment
1 parent b06e1e9 commit d6f6a66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class SPIRV_ArithmeticBinaryOp<string mnemonic, Type type,
2424
SPIRV_BinaryOp<mnemonic, type, type,
2525
!listconcat(traits,
2626
[Pure, AllTypesMatch<["operand1", "operand2", "result"]>])> {
27-
// In addition to normal types arithmetic instructions can support cooperative
28-
// matrix.
2927
let arguments = (ins
3028
SPIRV_ScalarOrVectorOf<type>:$operand1,
3129
SPIRV_ScalarOrVectorOf<type>:$operand2

0 commit comments

Comments
 (0)