[PATCH] D35089: Add/Implement AddresSpace to PseudoSourceValue.

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 02:34:17 PDT 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Target/AMDGPU/SIInstrInfo.cpp:1848
+  default:
+      return AMDGPUASI.FLAT_ADDRESS;
+  }
----------------
Indentation off here.


https://reviews.llvm.org/D35089





More information about the llvm-commits mailing list