This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Use a table to lookup MVE intrinsic names
ClosedPublic

Authored by rnk on Jan 18 2020, 12:59 PM.

Details

Summary

Speeds up compilation of SemaDeclAttr.cpp by nine seconds:

0m49.555s - > 0m40.249s

Diff Detail

Event Timeline

rnk created this revision.Jan 18 2020, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2020, 12:59 PM

Unit tests: pass. 61989 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

simon_tatham accepted this revision.Jan 20 2020, 1:23 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 20 2020, 1:23 AM
This revision was automatically updated to reflect the committed changes.