This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Operands for PKHTB alias should be swapped
ClosedPublic

Authored by olista01 on Jan 18 2016, 3:44 AM.

Details

Summary

When the shift immediate is zero, PKHTB is an alias for PKHBT, but the order of the input operands needs to be swapped.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 45162.Jan 18 2016, 3:44 AM
olista01 retitled this revision from to [ARM] Operands for PKHTB alias should be swapped.
olista01 updated this object.
olista01 added a reviewer: rengolin.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
rengolin accepted this revision.Jan 18 2016, 3:54 AM
rengolin edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Jan 18 2016, 3:54 AM
This revision was automatically updated to reflect the committed changes.