[PATCH] D22751: AMDGPU Device Libs pass.
Nikolay Haustov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 10:53:08 PDT 2016
nhaustov added a comment.
In https://reviews.llvm.org/D22751#494940, @arsenm wrote:
> Should this really be in the backend? I also thought we were going to use a global constant variable instead of a function call
Yes, it needs to be. Global variable approach doesn't support functions in different modes.
Any specific concerns with the patch?
https://reviews.llvm.org/D22751
More information about the llvm-commits
mailing list