This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Accept conditional versions of BXNS and BLXNS
ClosedPublic

Authored by olista01 on Jun 7 2016, 7:45 AM.

Details

Summary

These instructions end in "S" but are not flag-setting, so they need including in the list of special cases in the assembly parser.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 59889.Jun 7 2016, 7:45 AM
olista01 retitled this revision from to [ARM] Accept conditional versions of BXNS and BLXNS.
olista01 updated this object.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
jmolloy accepted this revision.Jun 7 2016, 7:50 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

LGTM!

This revision is now accepted and ready to land.Jun 7 2016, 7:50 AM
This revision was automatically updated to reflect the committed changes.