[PATCH] D64266: RegUsageInfoCollector: Skip AMDGPU entry point functions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 16:12:57 PDT 2019
arsenm added a comment.
In D64266#1572061 <https://reviews.llvm.org/D64266#1572061>, @qcolombet wrote:
> Let's go with that for now with one caveat. Does the code build without ANDGPU?
> I.e., does the callingconv enum get generated?
>
> If there is a need for another target to do the same thing we can revisit.
>
> Agree for the regunit rewrite!
Yes, the calling convention enums are defined and used everywhere
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64266/new/
https://reviews.llvm.org/D64266
More information about the llvm-commits
mailing list