[PATCH] D122471: [IR] Require intrinsic struct return type to be anonymous
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 11:49:42 PDT 2022
tra accepted this revision.
tra added a comment.
I agree that that texture.cu test is broken. Using inline IR asm is a rather questionable thing to do. I'll need to figure out a better way to test it, but it should not stop this patch. I think in practice we're not relying on those intrinsics and use inline asm to do texture fetches, so the change should not affect end users.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122471/new/
https://reviews.llvm.org/D122471
More information about the llvm-commits
mailing list