[PATCH] D29465: AMDGPU: Add pass to expand memcpy/memmove/memset

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 11:23:53 PST 2017


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

LGTM with minor comments fixed.



================
Comment at: lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp:1
+//===-- AMDGPULowerIntrinsicsPass.cpp -------------------------------------===//
+//
----------------
Filename is different.


================
Comment at: lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp:109
+
+  dbgs() << "RUnning\n";
+
----------------
RUnning->Running.


https://reviews.llvm.org/D29465





More information about the llvm-commits mailing list