Lowering for scalar to vector would skip if current subtarget is big endian and the scalar is larger or equal than 64 bits. However there's some issue in implementation that SToVRHS may refer to SToVLHS's scalar size if SToVLHS is present, which leads to some crash.
Details
Details
- Reviewers
jsji nemanjai shchenz - Group Reviewers
Restricted Project - Commits
- rGa22ecb450828: [PowerPC] Fix i64 to vector lowering on big endian
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo