This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Power10] Fix vins*vlx instructions to have i32 arguments.
ClosedPublic

Authored by amyk on Jul 21 2020, 4:43 PM.

Details

Summary

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.

Diff Detail

Event Timeline

amyk created this revision.Jul 21 2020, 4:43 PM
rzurob accepted this revision.Jul 22 2020, 1:58 AM

LGTM

This revision is now accepted and ready to land.Jul 22 2020, 1:58 AM
This revision was automatically updated to reflect the committed changes.