[PATCH] D31520: AMDGPU/R600: Fix amdgpu alias analysis pass.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 18:36:04 PDT 2017


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp:87-89
+    else
+      report_fatal_error("Pointer address space out of range");
+  }
----------------
No return after else


Repository:
  rL LLVM

https://reviews.llvm.org/D31520





More information about the llvm-commits mailing list