[PATCH] D114367: [NVPTX] Auto-generate tests for sufrace and texture instructions
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 13:46:28 PST 2021
tra added a comment.
In D114367#3147291 <https://reviews.llvm.org/D114367#3147291>, @asavonic wrote:
> Currently the test takes ~2 seconds on my machine.
> There are 508 unique variants, but some are duplicated for `cuda` and `nvcl` triples, so there are total 847 test cases.
OK, this is short enough not to worry about splitting into separate tests.
I'm curious -- if you feed the output of `llc` on generated tests, will it be able to assemble it?
I've found a number of bugs that way while implementing *MMA instructions and tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114367/new/
https://reviews.llvm.org/D114367
More information about the llvm-commits
mailing list