[PATCH] D139074: Vectorization Of Conditional Statements Using BOSCC
Ashutosh Nema via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 00:16:00 PST 2022
Ashutosh added a comment.
I do not see any change in SPEC Benchmark performed on my threadripper 3995wx box.
Below are the run results for SPEC2017 C/C++ Benchmarks:
SPEC2017Benchmark Baseline BOSCC
500.perlbench_r 330 330
502.gcc_r 192 192
505.mcf_r 289 289
520.omnetpp_r 428 429
523.xalancbmk_r 207 209
525.x264_r 140 140
531.deepsjeng_r 269 268
541.leela_r 354 351
557.xz_r 292 293
508.namd_r 151 152
510.parest_r 228 229
511.povray_r 326 328
519.lbm_r 152 151
538.imagick_r 285 283
544.nab_r 187 187
I'm ignoring couple of second variations, probably these are run to run variations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139074/new/
https://reviews.llvm.org/D139074
More information about the llvm-commits
mailing list