llvm-project/llvm/lib/Transforms/Vectorize
Adrian Prantl 5f8f34e459 Remove \brief commands from doxygen comments.
We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by

  for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done

Differential Revision: https://reviews.llvm.org/D46290

llvm-svn: 331272
2018-05-01 15:54:18 +00:00
..
CMakeLists.txt [NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own file 2018-04-29 07:26:18 +00:00
LLVMBuild.txt
LoadStoreVectorizer.cpp [LoadStoreVectorize] Ignore interleaved invariant loads. 2018-04-24 15:28:47 +00:00
LoopVectorizationLegality.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LoopVectorizationPlanner.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LoopVectorize.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SLPVectorizer.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
VPlan.cpp [LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp to VPlan.h 2017-12-16 01:12:50 +00:00
VPlan.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
VPlanValue.h [LV] Model masking in VPlan, introducing VPInstructions 2017-11-20 12:01:47 +00:00
Vectorize.cpp Remove redundant includes from lib/Transforms. 2017-12-13 21:31:01 +00:00