This patch sets the default value of the "-enable-cond-stores-vec" command line option to "true".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27814
[LV] Enable vectorization of loops with conditional stores by default ClosedPublic Authored by mssimpso on Dec 15 2016, 9:09 AM.
Details Summary This patch sets the default value of the "-enable-cond-stores-vec" command line option to "true".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 15 2016, 9:25 AM Closed by commit rL289863: [LV] Enable vectorization of loops with conditional stores by default (authored by mssimpso). · Explain WhyDec 15 2016, 12:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81633 llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/trunk/test/Transforms/LoopVectorize/AArch64/predication_costs.ll
llvm/trunk/test/Transforms/LoopVectorize/conditional-assignment.ll
llvm/trunk/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
llvm/trunk/test/Transforms/LoopVectorize/if-pred-stores.ll
llvm/trunk/test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll
|