[llvm] [Verifier][AMDGPU] No store to const addrspace (PR #109181)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 11:36:14 PDT 2024


================
@@ -4224,6 +4224,33 @@ void Verifier::visitLoadInst(LoadInst &LI) {
   visitInstruction(LI);
 }
 
+static bool isConstantAddressSpace(unsigned AS) {
----------------
jofrn wrote:

What would the independent part contain if we do not have a use case for it yet?

https://github.com/llvm/llvm-project/pull/109181


More information about the llvm-commits mailing list