[PATCH] D36369: [LLVM][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints
    coby via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Aug  6 02:29:08 PDT 2017
    
    
  
coby created this revision.
Herald added a subscriber: eraman.
This patch is intended to enable the use of basic double letter constraints used in GCC extended inline asm {Yi Y2 Yz Y0 Ym Yt}.
Clang counterpart: https://reviews.llvm.org/D35205
Repository:
  rL LLVM
https://reviews.llvm.org/D36369
Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36369.109909.patch
Type: text/x-patch
Size: 6516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170806/92d0f2d8/attachment.bin>
    
    
More information about the llvm-commits
mailing list