[PATCH] D16789: AMDGPU: Handle promoting memmove

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 16:37:22 PST 2016


mgrang added a subscriber: mgrang.

================
Comment at: lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp:586
@@ +585,3 @@
+      Builder.CreateMemMove(MemMove->getRawDest(), MemMove->getRawSource(),
+                           MemMove->getLength(), MemMove->getAlignment(),
+                           MemMove->isVolatile());
----------------
Minor nit pick with spacing.
MemMove->getLength() and MemMove->isVolatile() are not aligned with MemMove->getRawDest(). 


http://reviews.llvm.org/D16789





More information about the llvm-commits mailing list