[llvm] [NVPTX][InferAS] assume alloca instructions are in local AS (PR #121710)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 21:29:11 PST 2025


================
@@ -954,6 +954,12 @@ static void AddNodeIDCustom(FoldingSetNodeID &ID, const SDNode *N) {
       ID.AddInteger(M);
     break;
   }
+  case ISD::ADDRSPACECAST: {
+    const AddrSpaceCastSDNode *ASC = cast<AddrSpaceCastSDNode>(N);
----------------
arsenm wrote:

Unrelated change 

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


More information about the llvm-commits mailing list