[llvm] [MCP] Move dependencies if they block copy propagation (PR #105562)

Gábor Spaits via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 02:27:53 PDT 2024


spaits wrote:


>     * If I am not mistaken what you are reporting is not CTMark. Your cmake command should have `-DTEST_SUITE_SUBDIRS=CTMark`
>
Okay I will change that. I thought the Benchmarking suite includes CT mark based on this: https://llvm.org/docs/TestSuiteGuide.html#common-configuration-options . I used the `TEST_SUITE_BENCHMARKING_ONLY` flag that is described like this:
```
Disable tests that are unsuitable for performance measurements. The disabled tests either run for a very short time or are dominated by I/O performance making them unsuitable as compiler performance tests.
```
 
>     * Usually the baseline is on the lhs, but here it is the opposite. That's fine but it is surprising at first.
Will change that for the next measurement.
 
>     * How was your compiler compiled? (Release, release + asserts, ...?)
Debug + Dynamically linked. I should do release plus statically linked right?

> Could you re-run with CTMark? The current tests are too small to be relevant (sub 1 second for most of them).
I will do that. 

https://github.com/llvm/llvm-project/pull/105562


More information about the llvm-commits mailing list