1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Target/X86/AsmParser
Craig Topper a3b7da14c7 [X86] Error on using h-registers with REX prefix in the assembler instead of leaving it to a fatal error in the encoder.
Using a fatal error is bad for user experience.

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D89837
2020-10-20 21:35:44 -07:00
..
CMakeLists.txt
LLVMBuild.txt
X86AsmParser.cpp [X86] Error on using h-registers with REX prefix in the assembler instead of leaving it to a fatal error in the encoder. 2020-10-20 21:35:44 -07:00
X86AsmParserCommon.h
X86Operand.h [X86] Allow lsl/lar to be parsed with a GR16, GR32, or GR64 as source register. 2020-07-15 23:51:37 -07:00