This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Remove tCPS alias which just crashed
ClosedPublic

Authored by olista01 on Oct 23 2017, 9:55 AM.

Details

Summary

This alias caused a crash when trying to print the "cps #0" instruction in a diagnostic for thumbv6 (which doesn't have that instruction).

The comment was incorrect, this instruction is UNPREDICTABLE if no flag bits are set, so I don't think it's worth keeping.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Oct 23 2017, 9:55 AM
rengolin accepted this revision.Oct 23 2017, 2:05 PM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 23 2017, 2:05 PM
This revision was automatically updated to reflect the committed changes.