Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 108828 Build 155170: arc lint + arc unit
Event Timeline
Comment Actions
Does this expect on loop unrolling to happened? Did you consider adding #pragma clang loop unroll(full) to make sure of it?
MicroBenchmarks/SLPVectorization/Versioning.cpp | ||
---|---|---|
17 | Where does the "reduction" in the name come from? |
Comment Actions
Thanks for taking a look! Yes those expect loop-unrolling to happen. I added the pragma, even though it is clang specific it should be ignored by other compilers and not break builds with other compilers.
MicroBenchmarks/SLPVectorization/Versioning.cpp | ||
---|---|---|
17 | There's no reduction, I adjusted the name, thanks! |
Where does the "reduction" in the name come from?