[PATCH] D123928: [NVPTX][tests] Do not run the tests which are not supported by nvptx

Igor Chebykin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 05:07:59 PDT 2022


i-chebykin created this revision.
i-chebykin added reviewers: nigelp-xmos, JDevlieghere, MaskRay, echristo, tra.
i-chebykin added projects: All, LLVM.
Herald added subscribers: mattd, qcolombet, MatzeB.
i-chebykin requested review of this revision.

Some generic tests are not supported by the nvptx now.
Moreover, they are no plans to fix the tested features in nvptx.
So, suggest to mark them as `UNSUPPORTED`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123928

Files:
  llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
  llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
  llvm/test/CodeGen/Generic/APIntLoadStore.ll
  llvm/test/CodeGen/Generic/APIntParam.ll
  llvm/test/CodeGen/Generic/APIntSextParam.ll
  llvm/test/CodeGen/Generic/APIntZextParam.ll
  llvm/test/CodeGen/Generic/empty-load-store.ll
  llvm/test/CodeGen/Generic/pr12507.ll
  llvm/test/CodeGen/Generic/pr24662.ll
  llvm/test/CodeGen/Generic/stacksave-restore.ll
  llvm/test/CodeGen/Generic/zero-sized-array.ll
  llvm/test/CodeGen/MLRegalloc/default-eviction-advisor.ll
  llvm/test/Feature/optnone-llc.ll
  llvm/test/MC/AsmParser/include.ll
  llvm/test/MC/AsmParser/macro-same-context.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123928.423356.patch
Type: text/x-patch
Size: 6530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220418/869fa2cc/attachment.bin>


More information about the llvm-commits mailing list