This is an archive of the discontinued LLVM Phabricator instance.

[X86, inlineasm] Implement analysis of v,k,Y2,Yk,Yz constraints
Needs ReviewPublic

Authored by alexfrol on Jul 22 2015, 8:02 AM.

Details

Reviewers
echristo
Summary

Implement analysis of 5 new inline asm constraints: 'v', 'k', 'Y2', 'Yk', 'Yz'.

This adds front-end support for issues reported in http://llvm.org/PR13199 and http://llvm.org/PR22013 on x86 targets.
These constraints will need backend support.

Diff Detail

Repository
rL LLVM

Event Timeline

alexfrol updated this revision to Diff 30356.Jul 22 2015, 8:02 AM
alexfrol retitled this revision from to [X86, inlineasm] Implement analysis of v,k,Y2,Yk,Yz constraints.
alexfrol updated this object.
alexfrol added a reviewer: echristo.
alexfrol set the repository for this revision to rL LLVM.
alexfrol added a subscriber: cfe-commits.
echristo edited edge metadata.Jul 22 2015, 10:31 AM

Can we hold off on this until you get backend support for the constraints in?

-eric