This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Better error message for invalid flag-preserving Thumb1 insts
ClosedPublic

Authored by olista01 on Dec 5 2016, 6:30 AM.

Details

Summary

When we see a non flag-setting instruction for which only the flag-setting version is available in Thumb1, we should give a better error message than "invalid instruction".

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 80263.Dec 5 2016, 6:30 AM
olista01 retitled this revision from to [ARM] Better error message for invalid flag-preserving Thumb1 insts.
olista01 updated this object.
olista01 added reviewers: rengolin, t.p.northover.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
rengolin accepted this revision.Dec 6 2016, 4:20 AM
rengolin edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Dec 6 2016, 4:20 AM
This revision was automatically updated to reflect the committed changes.