Files
clang-p2996/mlir/lib/Dialect/SPIRV/Transforms/UnifyAliasedResourcePass.cpp
Lei Zhang 2c46051aa9 [mlir][spirv] Fix vector type mismatch in UnifyAliasedResourcePass
For the cases where we have aliases of `vector<4xf16>` and
`vector<4xf32>`, we need to do casting before composite
construction.

Reviewed By: kuhar

Differential Revision: https://reviews.llvm.org/D143042
2023-02-01 20:26:29 +00:00

24 KiB