llvm-project/llvm/lib/Transforms/Vectorize
Krzysztof Parzyszek ea4c1bb772 [LV] Change MaxVectorSize bound to 256 in assertion, NFC otherwise
It's possible to have a vector of 256 bytes in HVX code on Hexagon
(vector pair in 128-byte mode).

llvm-svn: 331885
2018-05-09 15:18:12 +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 [LV] Change MaxVectorSize bound to 256 in assertion, NFC otherwise 2018-05-09 15:18:12 +00:00
SLPVectorizer.cpp Fix a bunch of places where operator-> was used directly on the return from dyn_cast. 2018-05-05 01:57:00 +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