This should be a quick cleanup. We already have dadd and dzero defined in diff.meta.slang for DifferentialPairType and ArrayType.
There should not be any need to synthesize them again in slang-ir-autodiff-transpose.cpp (emitDZeroOfDiffInstType, emitDAddOfDiffInstType)
This should be a quick cleanup. We already have
dadd
anddzero
defined indiff.meta.slang
forDifferentialPairType
andArrayType
. There should not be any need to synthesize them again inslang-ir-autodiff-transpose.cpp (emitDZeroOfDiffInstType, emitDAddOfDiffInstType)