This patch sets the default value of the "-enable-cond-stores-vec" command line option to "true".
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2182 Build 2182: arc lint + arc unit
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 81595 lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/AArch64/predication_costs.ll
test/Transforms/LoopVectorize/conditional-assignment.ll
test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
test/Transforms/LoopVectorize/if-pred-stores.ll
test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll
|