This is an archive of the discontinued LLVM Phabricator instance.

AArch64: Resolve some FIXMEs in CGBuiltin left over from backend merge
ClosedPublic

Authored by kongyi on Jul 28 2014, 12:05 PM.

Details

Summary

Merge vrshr_n_v and vqshlu_n_v with ARM.

Remove FIXME comments for others as they can't actually be shared, at least not with current EmitCommonNeonBuiltinExpr implementation.

NFC.

Diff Detail

Repository
rL LLVM

Event Timeline

kongyi updated this revision to Diff 11952.Jul 28 2014, 12:05 PM
kongyi retitled this revision from to AArch64: Resolve some FIXMEs in CGBuiltin left over from backend merge.
kongyi updated this object.
kongyi edited the test plan for this revision. (Show Details)
kongyi added a reviewer: t.p.northover.
kongyi set the repository for this revision to rL LLVM.
kongyi added a project: deleted.
kongyi added a subscriber: Unknown Object (MLST).
t.p.northover edited edge metadata.Jul 29 2014, 2:02 AM

Bother, that's disappointing. Patch looks good though!

Thanks for doing this.

Tim.

kongyi accepted this revision.Jul 29 2014, 2:33 AM
kongyi added a reviewer: kongyi.
This revision is now accepted and ready to land.Jul 29 2014, 2:33 AM
kongyi closed this revision.Jul 29 2014, 2:34 AM
kongyi updated this revision to Diff 11971.

Closed by commit rL214173 (authored by @kongyi).