[PATCH] D72984: [TableGen] Use a table to lookup MVE intrinsic names

2020-01-21 Thread Reid Kleckner via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf63d76373879: [TableGen] Use a table to lookup MVE intrinsic names (authored by rnk). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72984/new/ https://revie

[PATCH] D72984: [TableGen] Use a table to lookup MVE intrinsic names

2020-01-20 Thread Simon Tatham via Phabricator via cfe-commits
simon_tatham accepted this revision. simon_tatham added a comment. This revision is now accepted and ready to land. LGTM, thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72984/new/ https://reviews.llvm.org/D72984 __

[PATCH] D72984: [TableGen] Use a table to lookup MVE intrinsic names

2020-01-18 Thread pre-merge checks [bot] via Phabricator via cfe-commits
merge_guards_bot added a comment. {icon check-circle color=green} Unit tests: pass. 61989 tests passed, 0 failed and 783 were skipped. {icon question-circle color=gray} clang-tidy: unknown. {icon check-circle color=green} clang-format: pass. Build artifacts

[PATCH] D72984: [TableGen] Use a table to lookup MVE intrinsic names

2020-01-18 Thread Reid Kleckner via Phabricator via cfe-commits
rnk created this revision. rnk added reviewers: simon_tatham, dmgreen, ostannard, MarkMurrayARM. Herald added a project: clang. Speeds up compilation of SemaDeclAttr.cpp by nine seconds: 0m49.555s - > 0m40.249s Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D72984 Files: c