Add llvm-mca tests for RISCV LMUL instruments to show that llvm-mca RISCV LMUL
instruments work.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
llvm/test/tools/llvm-mca/RISCV/different-instruments.s | ||
---|---|---|
64 | I don't think this is expected behavior for the vadds to take the same amount of time, so I'm going to need to take another look at whats going on. |
It looks like this patch failed on "sanitizer-x86_64-linux-fast" even though lit config only supposed to run on riscv.
These tests don't seem to pass: http://45.33.8.238/linux/107615/step_12.txt
Please take a look and revert for now if it takes a while to fix.
Can you please share what cmake options you used? I'm unable to reproduce on my end and not getting any messages from buildbot failures.
I think it's GN not cmake, the instruction is here: https://github.com/llvm/llvm-project/tree/main/llvm/utils/gn
@thakis are you able to share gn arguments? I have not been able to reproduce the issue. Please let me know if you'd like me to revert while we sort this out.
I can't repro this in a cmake build, so it's a gn-specific thing which is unsupported (I'll take a look myself)
I don't think this is expected behavior for the vadds to take the same amount of time, so I'm going to need to take another look at whats going on.