Previously, the vins*vlx instructions were incorrectly defined with i64 as the second argument.
This patches fixes this issue by correcting the second argument of the vins*vlx instructions/intrinsics to be i32.
Details
Details
- Reviewers
power-llvm-team nemanjai rzurob - Group Reviewers
Restricted Project - Commits
- rG5f110273954a: [PowerPC][Power10] Fix vins*vlx instructions to have i32 arguments.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo