[PATCH] D146762: [Verifier] Ban GEP, load, store of addrspace(8) on AMDGPU
Krzysztof Drewniak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 08:06:25 PDT 2023
krzysz00 added a comment.
I wasn't sure if the general IR verifier is the absolute best place, but it already has calling-convention specific checks, which, at least in our case, are target specific.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146762/new/
https://reviews.llvm.org/D146762
More information about the llvm-commits
mailing list