mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-13 00:26:00 +00:00
[spirv-reader] Remove orphaned TODOs
TODOs in the test file are or were in the function_arithmetic_test.cc Change-Id: I679dbf0019e12e26488ccc310dfb03a535628e0b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/23462 Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
parent
e9598d697a
commit
6b6e6a16ea
@ -2206,7 +2206,6 @@ bool FunctionEmitter::EmitNormalTerminator(const BlockInfo& block_info) {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// TODO(dneto): emit fallthrough
|
|
||||||
return success();
|
return success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -621,24 +621,6 @@ TEST_F(SpvUnaryBitTest, Not_UnsignedVec_UnsignedVec) {
|
|||||||
// TODO(dneto): OpBitReverse
|
// TODO(dneto): OpBitReverse
|
||||||
// TODO(dneto): OpBitCount
|
// TODO(dneto): OpBitCount
|
||||||
|
|
||||||
// TODO(dneto): OpSRem. Missing from WGSL
|
|
||||||
// https://github.com/gpuweb/gpuweb/issues/702
|
|
||||||
|
|
||||||
// TODO(dneto): OpFRem. Missing from WGSL
|
|
||||||
// https://github.com/gpuweb/gpuweb/issues/702
|
|
||||||
|
|
||||||
// TODO(dneto): OpVectorTimesScalar
|
|
||||||
// TODO(dneto): OpMatrixTimesScalar
|
|
||||||
// TODO(dneto): OpVectorTimesMatrix
|
|
||||||
// TODO(dneto): OpMatrixTimesVector
|
|
||||||
// TODO(dneto): OpMatrixTimesMatrix
|
|
||||||
// TODO(dneto): OpOuterProduct
|
|
||||||
// TODO(dneto): OpDot
|
|
||||||
// TODO(dneto): OpIAddCarry
|
|
||||||
// TODO(dneto): OpISubBorrow
|
|
||||||
// TODO(dneto): OpIMulExtended
|
|
||||||
// TODO(dneto): OpSMulExtended
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace spirv
|
} // namespace spirv
|
||||||
} // namespace reader
|
} // namespace reader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user