2 Commits

Author SHA1 Message Date
Hubert Tong
d73eed42d1 [tests] Speculative fix for buildbot breakage from c5f7c039efe7 2020-04-30 22:04:53 -04:00
Craig Topper
c5f7c039ef [X86] Add x, t and g modifiers for inline asm
This patch adds the x, t and g modifiers for inline asm from GCC. These will print a vector register as xmm*, ymm* or zmm* respectively.

I also fixed register names with modifiers with inteldialect so they are no longer printed with a leading %.

Patch by Amanieu d'Antras

Differential Revision: https://reviews.llvm.org/D78977
2020-04-30 17:45:45 -07:00