]> granicus.if.org Git - llvm/commit
Merging r324645:
authorReid Kleckner <rnk@google.com>
Wed, 14 Feb 2018 00:19:26 +0000 (00:19 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 14 Feb 2018 00:19:26 +0000 (00:19 +0000)
commitca89cbee8817c489d7d9cbf6d2371b8d722016c4
tree5b75cf6d07c5185b2aaf26d5eb78c5f799874ef0
parent10dd7c84dce552f03f8e1c25e27eb8931fcf140a
Merging r324645:
------------------------------------------------------------------------
r324645 | dwmw2 | 2018-02-08 12:06:05 -0800 (Thu, 08 Feb 2018) | 5 lines

[X86] Support 'V' register operand modifier

This allows the register name to be printed without the leading '%'.
This can be used for emitting calls to the retpoline thunks from inline
asm.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@325083 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86AsmPrinter.cpp
test/CodeGen/X86/inline-asm-modifier-V.ll [new file with mode: 0644]