[PATCH] D122939: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll

Igor Chebykin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 12:21:37 PDT 2022


i-chebykin added a comment.

In D122939#3424013 <https://reviews.llvm.org/D122939#3424013>, @MaskRay wrote:

> The test/CodeGen/Generic/ tests without `target triple` or `llc -mtriple=` tests the default target tripe. Can NVPTX be used as a default target triple?

I built llvm and ran tests with NVPTX default target triple

> There is some value in having such generic tests: we avoid duplicating them into every `test/CodeGen/${arch}/` directory. Such tests are a bit tricky for a contributor to update, though. By testing every possible default target means the output we can test is very limited.




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