[PATCH] D42368: [LoopFlatten] Handle A[i][j] uses of IV's
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 06:05:54 PST 2018
dmgreen created this revision.
This allow A[i][j] uses of the IV's in loop flattening,
along with the existing A[i*N+j] uses.
https://reviews.llvm.org/D42368
Files:
lib/Transforms/Scalar/LoopFlatten.cpp
test/Transforms/LoopFlatten/loop-flatten-negative.ll
test/Transforms/LoopFlatten/loop-flatten.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42368.130873.patch
Type: text/x-patch
Size: 10123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/2f975895/attachment.bin>
More information about the llvm-commits
mailing list