This is an archive of the discontinued LLVM Phabricator instance.

Combining Load and IntToFp should check for neon availability
ClosedPublic

Authored by weimingz on Dec 3 2014, 11:48 AM.

Details

Summary

otherwise, it will crash. (see the test case)

Diff Detail

Event Timeline

weimingz updated this revision to Diff 16880.Dec 3 2014, 11:48 AM
weimingz retitled this revision from to Combining Load and IntToFp should check for neon availability.
weimingz updated this object.
weimingz edited the test plan for this revision. (Show Details)
weimingz added a subscriber: Unknown Object (MLST).
weimingz updated this revision to Diff 16882.Dec 3 2014, 12:01 PM
weimingz added reviewers: t.p.northover, apazos.
t.p.northover accepted this revision.Dec 4 2014, 10:13 AM
t.p.northover edited edge metadata.

Hi Weiming,

I think this looks entirely reasonable.

Tim.

This revision is now accepted and ready to land.Dec 4 2014, 10:13 AM
weimingz closed this revision.Dec 4 2014, 12:26 PM

Thanks Tim!
Committed revision 223382