[PATCH] D91121: [InferAddrSpace] Teach to handle assumed address space.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 09:28:39 PST 2020


tra added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:533
+  if (!LD)
+    return -1;
+
----------------
Is there a suitable constant for `don't know` result?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91121/new/

https://reviews.llvm.org/D91121



More information about the llvm-commits mailing list