diff options
| author | Min Hsu <min.hsu@sifive.com> | 2025-02-28 14:33:55 -0800 |
|---|---|---|
| committer | Min Hsu <min.hsu@sifive.com> | 2025-02-28 14:56:04 -0800 |
| commit | b697bf3c0176e0f9c2f1ab5d39c797469f9037bd (patch) | |
| tree | 0f2797ad250ef0213960be797bce5126032dfa2d /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | |
| parent | ae84717d11bf89e69eb9fd74f3ddd32af51192d7 (diff) | |
[Exegesis][RISCV] Skip some of the tests under expensive checks
Under expensive checks, some of the tests will fail to pass the
MachineVerifier. It's because right after a snippet is generated, its VL
operand (if it's a register) is assigned a physical register. While
we'll replace it with virtual register in RISCVExegesisPreprocessing,
it's technically violating RISCVInstrInfo's validation rule.
Under normal circumstances, this won't trigger a MachineVerifier failure
because the codegen pipeline doesn't validate the code until the very
end -- which is not the case under EXPENSIVE_CHECKS where
MachineVerifierPass is sprinkled here and there.
This is really caused by the fact that RISCV exegesis has an odd
"codegen" Pass pipeline. And I don't have a good solution yet, so I'm
surpressing these tests under EXPENSIVE_CHECKS.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions
