Fixes root cause of #63017.
The reason is similar to BUILD_VECTOR. We have legal vector type but
still soft promote for scalar type. So we need to customize these scalar
to vector nodes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo