<div dir="ltr">Is there anything that can be used target specific to do AA for intrinsics w/ side effects but no specific memory pointer?<div><br></div><div>e.g.</div><div>instr_custom_A // implicitly only address space A</div><div>instr_custom_B // implicitly only address space B<br></div><div><br></div><div>Is there anything in any AA step except e.g. manually propagating alias.scope that would help disambiguating that they are disjoint (in llvm-ir)?</div><div><br></div><div>The only idea I have is to add unused pointer arguments to the intrinsics for each memory space that are always null, combined w/ IntrArgMemOnly, maybe additionally handling it then w/ external AA.</div><div><br></div><div>Thanks for help</div><div><br></div></div>