[PATCH] D29402: [SLP] Initial rework for min/max horizontal reduction vectorization, NFC.

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 08:07:06 PDT 2017


anemet added inline comments.


================
Comment at: lib/Analysis/CostModel.cpp:189
+namespace {
+/// Conatins opcode + LHS/RHS parts of the reduction operations.
+struct ReductionData {
----------------
Contains


https://reviews.llvm.org/D29402





More information about the llvm-commits mailing list