[PATCH] D43281: [AMDGPU] fixes for lds f32 builtins

Brian Sumner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 07:35:22 PST 2018


b-sumner added inline comments.


================
Comment at: lib/CodeGen/CGBuiltin.cpp:9866
+  case AMDGPU::BI__builtin_amdgcn_ds_fmax: {
+    llvm::SmallVector<llvm::Value *, 5> Args;
+    for (unsigned I = 0; I != 5; ++I)
----------------
Can the pointer argument address space be checked here?


Repository:
  rC Clang

https://reviews.llvm.org/D43281





More information about the cfe-commits mailing list