For every attributed LinAlgMatrix type used in the source code the compiler creates an entry under !dx.targetTypes metadata node. After optimization this list should be pruned to contain only types that are actually used in the module. This should probably happen in DxilPreparePasses. This should also apply when linking multiple modules compiled with lib_6_x.
For every attributed LinAlgMatrix type used in the source code the compiler creates an entry under
!dx.targetTypesmetadata node. After optimization this list should be pruned to contain only types that are actually used in the module. This should probably happen inDxilPreparePasses. This should also apply when linking multiple modules compiled withlib_6_x.