This is an archive of the discontinued LLVM Phabricator instance.

fix ARM test case - missing and incomplete RUN lines
ClosedPublic

Authored by spatel on Aug 11 2014, 10:56 AM.

Details

Summary

This patch corrects a missing RUN line in the ARM codegen test for fneg ops. We should also explicitly specify +/-neonfp.

The bug was introduced at r99570 when use of "-arm-use-neon-fp" was removed.

Diff Detail

Repository
rL LLVM

Event Timeline

spatel updated this revision to Diff 12351.Aug 11 2014, 10:56 AM
spatel retitled this revision from to fix ARM test case - missing and incomplete RUN lines.
spatel updated this object.
spatel edited the test plan for this revision. (Show Details)
spatel added reviewers: asl, rengolin.
spatel added a subscriber: Unknown Object (MLST).
t.p.northover accepted this revision.Aug 11 2014, 11:54 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

Well spotted! This looks fine to me.

Tim.

This revision is now accepted and ready to land.Aug 11 2014, 11:54 AM
spatel closed this revision.Aug 11 2014, 12:13 PM
spatel updated this revision to Diff 12363.

Closed by commit rL215377 (authored by @spatel).