[all-commits] [llvm/llvm-project] f63d76: [TableGen] Use a table to lookup MVE intrinsic names
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Tue Jan 21 11:05:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f63d7637387995765e9ece0e10fe1b5a4f0612b5
https://github.com/llvm/llvm-project/commit/f63d7637387995765e9ece0e10fe1b5a4f0612b5
Author: Reid Kleckner <rnk at google.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/utils/TableGen/MveEmitter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list