Update existing tests and add missing tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
For these test and the other test updates, has the both the output and input been generated external to LLVM? Basically can we consider the output cross-checked against anything outside LLVM, or is the output simply what LLVM generates from the input.
Regardless, LGTM
Comment Actions
Both the input and output are external to LLVM with one exception. When generating WS-dependent tests (e.g. for v_add_co_ci) I can only produce tests for one WS value. I have a script that merges WS32 and WS64 tests, but it currently works with asm tests only. For disassembler, I do use LLVM output for such instructions as a workaround.