[PATCH] D38196: [AArch64] Avoid interleaved SIMD store instructions for Exynos
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 01:58:23 PDT 2017
javed.absar added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64VectorByElementOpt.cpp:189
}
+ for (unsigned i=0; i<InstDescRepl.size(); i++)
+ {
----------------
nitpick. Please replace with range_loop (unless there is a strong reason not to)
https://reviews.llvm.org/D38196
More information about the llvm-commits
mailing list