]> granicus.if.org Git - llvm/commit
AArch64AsmParser: tablegen the isBranchTarget helper functions
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Mon, 20 Feb 2017 10:57:54 +0000 (10:57 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Mon, 20 Feb 2017 10:57:54 +0000 (10:57 +0000)
commit7a9ab014fec190b569d97c0d964a7617e7d46272
tree2d5df631d363441e60e4fd2b0d5e6f07db1a9524
parent5b71a58dbbd7a6d817644e4074701241de7302fc
AArch64AsmParser: tablegen the isBranchTarget helper functions

Use tablegen to autogenerate isBranchtarget helper functions. This is a cleanup
that removes almost identical functions that differ only in a few constants.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp