[PATCH] D31804: [AMDGPU] zero extend workitem id
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 10 12:23:27 PDT 2017
rampitec added a comment.
That is probably possible to extend AMDGPULowerIntrinsics pass to generate range metadata. It works before inliner pass, but since it works after opt it shall be reasonable to assume these calls are already inlined.
What do you think, Matt?
Repository:
rL LLVM
https://reviews.llvm.org/D31804
More information about the llvm-commits
mailing list