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