This is an archive of the discontinued LLVM Phabricator instance.

[ARM64] Add RUN lines for "–target arm64 –mattr=-fp-armv8" on AArch64 no-fp test.
ClosedPublic

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

Details

Summary

This patch is a supplement of implementing predicate of FP, enabling aarch64 backend no-fp tests on arm64 target for verification. During this, one bug is exposed and fixed by this patch. Please review, thanks.

Diff Detail

Event Timeline

kevin.qin updated this revision to Diff 8834.Apr 25 2014, 2:29 AM
kevin.qin retitled this revision from to [ARM64] Add RUN lines for "–target arm64 –mattr=-fp-armv8" on AArch64 no-fp test. .
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).
jmolloy accepted this revision.Apr 25 2014, 2:47 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

Hi Kevin,

LGTM!

James

This revision is now accepted and ready to land.Apr 25 2014, 2:47 AM
Eugene.Zelenko closed this revision.Oct 3 2016, 5:16 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL207215.