[all-commits] [llvm/llvm-project] 255d5d: [X86] Add support for inline assembly 'x' constrai...
topperc via All-commits
all-commits at lists.llvm.org
Mon Jun 15 19:34:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 255d5dbae1c7917269f142e2c67a07903f1a9ea6
https://github.com/llvm/llvm-project/commit/255d5dbae1c7917269f142e2c67a07903f1a9ea6
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
A llvm/test/CodeGen/X86/inline-asm-x-i128.ll
Log Message:
-----------
[X86] Add support for inline assembly 'x' constraint for i128.
Limiting to x86-64 since that's when __int128 is legal in clang.
Differential Revision: https://reviews.llvm.org/D81817
More information about the All-commits
mailing list