[PATCH] D11419: [X86, inlineasm] Implement analysis of v, k, Y2, Yk, Yz constraints

Alexey Frolov alexfrolov1878 at yandex.ru
Wed Jul 22 08:02:26 PDT 2015


alexfrol created this revision.
alexfrol added a reviewer: echristo.
alexfrol added a subscriber: cfe-commits.
alexfrol set the repository for this revision to rL LLVM.

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.

Repository:
  rL LLVM

http://reviews.llvm.org/D11419

Files:
  lib/Basic/Targets.cpp
  test/CodeGen/mult-alt-x86.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11419.30356.patch
Type: text/x-patch
Size: 5093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150722/1c32f976/attachment.bin>


More information about the cfe-commits mailing list