[PATCH] D119880: [FuncSpec] Support function specialization across multiple arguments.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 03:40:54 PST 2022


labrinea added a comment.

> ! In D119880#3325744 <https://reviews.llvm.org/D119880#3325744>, @fhahn wrote:
>  Could you share the link the the actual comparison (there's a `C` link on the left side for each commit on the overview page)? From the numbers you posted it is not clear for which configuration those numbers are (e.g. O3 <https://reviews.llvm.org/owners/package/3/> + NewPM, ReleaseLTO + g + NewPM).

Sorry I wasn't clear. I performed a local run on my x86 machine configuring the build as `cmake -GNinja /path/to/llvm-test-suite/ -DOPTFLAGS="" -C /path/to/llvm-test-suite/cmake/caches/O3.cmake -DCMAKE_C_COMPILER=/path/to/release-build-no-asserts/bin/clang -DTEST_SUITE_USE_PERF=true -DTEST_SUITE_SUBDIRS=CTMark -DTEST_SUITE_RUN_BENCHMARKS=false -DTEST_SUITE_COLLECT_CODE_SIZE=false`. I am not sure which pass manager that configuration is using.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119880/new/

https://reviews.llvm.org/D119880



More information about the llvm-commits mailing list