This is an archive of the discontinued LLVM Phabricator instance.

[Test-suite] Halide bitcode tests for AArch64.
ClosedPublic

Authored by asbirlea on Jul 26 2016, 12:23 PM.

Details

Summary

Adding to test-suite some unit tests for AArch64 in bitcode format.
Source: Halide's simd_ops application.
Note this is a rather large patch due to the number of bitcode tests.

Diff Detail

Repository
rL LLVM

Event Timeline

asbirlea updated this revision to Diff 65570.Jul 26 2016, 12:23 PM
asbirlea retitled this revision from to [Test-suite] Halide bitcode tests for AArch64..
asbirlea updated this object.
rengolin added inline comments.Jul 26 2016, 12:33 PM
Bitcode/simd_ops/simd_ops.cpp
11 ↗(On Diff #65570)

You don't seem to be using this... at least not in this patch.

asbirlea added inline comments.Jul 26 2016, 12:47 PM
Bitcode/simd_ops/simd_ops.cpp
11 ↗(On Diff #65570)

Agreed, I'll remove it until the next patch with the arm tests.

asbirlea updated this revision to Diff 65593.Jul 26 2016, 1:35 PM

Remove ARM option.

MatzeB accepted this revision.Jul 26 2016, 2:02 PM
MatzeB edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 26 2016, 2:02 PM
This revision was automatically updated to reflect the committed changes.