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.
Paths
| Differential D11419
[X86, inlineasm] Implement analysis of v,k,Y2,Yk,Yz constraints Needs ReviewPublic Authored by alexfrol on Jul 22 2015, 8:02 AM.
Details
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.
Diff Detail
Event Timeline
Revision Contents
Diff 30356 lib/Basic/Targets.cpp
test/CodeGen/mult-alt-x86.c
|