[PATCH] D36831: [AMDGPU] Transform __read_pipe_* and __write_pipe_*
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 14:09:11 PDT 2017
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPULibCalls.cpp:612
+ ArrayRef<Type *>(ArgTys), false);
+ auto *BCast = B.CreatePointerCast(PtrArg, PtrTy);
+
----------------
Please move the actual IR change below "return false" statement.
https://reviews.llvm.org/D36831
More information about the llvm-commits
mailing list