This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Update vec_extract builtin signatures to take signed int.
ClosedPublic

Authored by amyk on Oct 1 2021, 7:21 AM.

Details

Summary

This patch updates the vec_extract builtins to take a signed int as the second
parameter, as defined by the Power Vector Intrinsics Programming Reference.
This patch is NFC and all existing tests pass.

Diff Detail

Event Timeline

amyk requested review of this revision.Oct 1 2021, 7:21 AM
amyk created this revision.
NeHuang accepted this revision as: NeHuang.Oct 8 2021, 10:28 AM
NeHuang added a subscriber: NeHuang.

LTGM

This revision is now accepted and ready to land.Oct 8 2021, 10:28 AM