[all-commits] [llvm/llvm-project] 9bb9ff: [X86] Remove incomplete support for 'Y' has an inl...
topperc via All-commits
all-commits at lists.llvm.org
Wed May 6 14:23:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9bb9ff09573cf9178341f76a97e2a85b99cc7ae1
https://github.com/llvm/llvm-project/commit/9bb9ff09573cf9178341f76a97e2a85b99cc7ae1
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M clang/lib/Basic/Targets/X86.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Remove incomplete support for 'Y' has an inline assembly constraint by itself.
Y is the start of several 2 letter constraints, but we also had
partial support to recognize it by itself. But it doesn't look
like it can get through clang as a single letter so the backend
support for this was effectively dead.
More information about the All-commits
mailing list