This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints
AbandonedPublic

Authored by coby on Jul 10 2017, 8:53 AM.

Details

Summary

This patch is intended to enable the use of basic double letter constraints used in GCC extended inline asm {Yi Y2 Yz Y0 Ym}.

part 1 out of 2
[D35205]

Diff Detail

Repository
rL LLVM