This is an archive of the discontinued LLVM Phabricator instance.

[Sema][NFC] Split Function MultiVersioning decl semantic analysis into its own .cpp file.
AbandonedPublic

Authored by erichkeane on Feb 22 2018, 9:20 AM.

Details

Summary

I'm currently working on the cpu_dispatch and cpu_specific multiversion
support, which is making this functionality require a significant amount
of functions. It seems that it would be easier to refactor this and add
additional mechanisms if unencumbered by the rest of SemaDecl (which itself
is getting quite large).

Diff Detail

Event Timeline

erichkeane created this revision.Feb 22 2018, 9:20 AM
erichkeane abandoned this revision.May 23 2018, 7:38 AM