summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/asm-modifier2.ll
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Speculative fix for buildbot breakage from c5f7c039efe7Hubert Tong2020-07-061-1/+1
| | | | (cherry picked from commit d73eed42d1dcba06a5b793346f6e3eed0c7f41ac)
* [X86] Add x, t and g modifiers for inline asmCraig Topper2020-06-111-0/+53
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 (cherry picked from commit c5f7c039efe7ff09a44cfd252f6cb001ceed6269)
OpenPOWER on IntegriCloud