================ @@ -434,6 +434,15 @@ struct AAAMDAttributesFunction : public AAAMDAttributes { indicatePessimisticFixpoint(); return; } + + for (Instruction &I : instructions(F)) { + if (isa<AddrSpaceCastInst>(I) && ---------------- arsenm wrote:
Simple example, where the cast is still directly the operand. It could be further nested inside another constant expression https://github.com/llvm/llvm-project/pull/94647 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits