[TableGen] Use a table to lookup MVE intrinsic names
authorReid Kleckner <rnk@google.com>
Sat, 18 Jan 2020 20:38:08 +0000 (12:38 -0800)
committerReid Kleckner <rnk@google.com>
Tue, 21 Jan 2020 19:05:45 +0000 (11:05 -0800)
commitf63d7637387995765e9ece0e10fe1b5a4f0612b5
treefbb3609d2fec2251116326ace6c8b2b214050825
parent441aebc5235af164a784d0b9bd460c07e01e9045
[TableGen] Use a table to lookup MVE intrinsic names

Summary:
Speeds up compilation of SemaDeclAttr.cpp by nine seconds:
  0m49.555s - > 0m40.249s

Reviewers: simon_tatham, dmgreen, ostannard, MarkMurrayARM

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72984
clang/lib/Sema/SemaDeclAttr.cpp
clang/utils/TableGen/MveEmitter.cpp