This is an archive of the discontinued LLVM Phabricator instance.

[ARM64] Support crc predicate on ARM64.
Needs ReviewPublic

Authored by kevin.qin on Apr 25 2014, 2:22 AM.

Details

Reviewers
t.p.northover
Summary

According to the specification, CRC is an optional extension of the architecture. This patch is to add predicate to make crc checksum instructions optional.

Diff Detail

Event Timeline

kevin.qin updated this revision to Diff 8832.Apr 25 2014, 2:22 AM
kevin.qin retitled this revision from to [ARM64] Support crc predicate on ARM64..
kevin.qin updated this object.
kevin.qin edited the test plan for this revision. (Show Details)
kevin.qin added a reviewer: t.p.northover.
kevin.qin added a subscriber: Unknown Object (MLST).
t.p.northover edited edge metadata.Apr 25 2014, 2:26 AM

Hi Kevin,

LGTM. Thanks!

Tim.