1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Target/AArch64/Utils
Sjoerd Meijer fd1cb2ca1c [AArch64AsmParser] rewrite of function parseSysAlias
This is a cleanup/rewrite of the parseSysAlias function. It was not using the
tablegen instruction descriptions, but was “manually” matching the mnemonics
and recreating the operands whereas all this information is already in
tablegen; all this code has been replaced with calls to lookupXYZByName
tablegen calls.

Differential Revision: https://reviews.llvm.org/D30491

llvm-svn: 296857
2017-03-03 08:12:47 +00:00
..
AArch64BaseInfo.cpp
AArch64BaseInfo.h [AArch64AsmParser] rewrite of function parseSysAlias 2017-03-03 08:12:47 +00:00
CMakeLists.txt
LLVMBuild.txt