[PATCH] D122939: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 12 10:53:39 PDT 2022
tra added a comment.
In D122939#3443469 <https://reviews.llvm.org/D122939#3443469>, @i-chebykin wrote:
> 1. The `UNSUPPORTED: nvptx` is applied to default target **//`only`//**
> 2. I have built two llvm builds: `Default target: x86_64-unknown-linux-gnu` and `Default target: nvptx64`. Then I ran the test with and without `-march=nvptx` and `UNSUPPORTED: nvptx|x86`. The following table shows the cases when the `UNSUPPORTED` is applied:
Were both x86 and nvptx compiled in for your experiments?
If the default target is the only target compiled in, then yes, `UNSUPPORTED: nvptx` would work. However, the most common case (the default) includes both x86 and nvptx. What happens in that build configurations? Will the test run?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122939/new/
https://reviews.llvm.org/D122939
More information about the llvm-commits
mailing list