blob: cc4c188bd80645bd74b3b311080ebe6f88293ad4 [file] [log] [blame]
func.func @add_i64() {
%0 = util.unfoldable_constant dense<4294967296> : tensor<3x4xi64>
%1 = util.unfoldable_constant dense<2> : tensor<3x4xi64>
%result = "mhlo.add"(%0, %1) : (tensor<3x4xi64>, tensor<3x4xi64>) -> tensor<3x4xi64>
check.expect_eq_const(%result, dense<4294967298> : tensor<3x4xi64>) : tensor<3x4xi64>
return
}