[PATCH] D14125: [LIR] Add support for creating memsets from loops with a negative stride.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 14:29:17 PDT 2015


mcrosier marked an inline comment as done.
mcrosier added a comment.

Thanks for the feedback, Matt.


================
Comment at: lib/Transforms/Scalar/LoopIdiomRecognize.cpp:33
@@ -32,8 +32,3 @@
 //     for (i) { __real__(*P) = 0;  __imag__(*P) = 0; }
 //
 // This could recognize common matrix multiplies and dot product idioms and
----------------
I do plan on implementing the follow-on patch, but I wanted to land this simple patch first.


http://reviews.llvm.org/D14125





More information about the llvm-commits mailing list