[all-commits] [llvm/llvm-project] 84cf29: [NVPTX][tests] Do not run the tests which are not ...
Igor Chebykin via All-commits
all-commits at lists.llvm.org
Tue Apr 26 07:27:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84cf290c8480b8380e41b1a498f9e40e2c6bbe17
https://github.com/llvm/llvm-project/commit/84cf290c8480b8380e41b1a498f9e40e2c6bbe17
Author: Igor Chebykin <igrche at gmail.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
M llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
M llvm/test/CodeGen/Generic/APIntLoadStore.ll
M llvm/test/CodeGen/Generic/APIntParam.ll
M llvm/test/CodeGen/Generic/APIntSextParam.ll
M llvm/test/CodeGen/Generic/APIntZextParam.ll
M llvm/test/CodeGen/Generic/empty-load-store.ll
M llvm/test/CodeGen/Generic/pr12507.ll
M llvm/test/CodeGen/Generic/pr24662.ll
M llvm/test/CodeGen/Generic/stacksave-restore.ll
M llvm/test/CodeGen/Generic/zero-sized-array.ll
M llvm/test/CodeGen/MLRegalloc/default-eviction-advisor.ll
A llvm/test/CodeGen/NVPTX/APIntLoadStore.ll
A llvm/test/CodeGen/NVPTX/APIntParam.ll
A llvm/test/CodeGen/NVPTX/APIntSextParam.ll
A llvm/test/CodeGen/NVPTX/APIntZextParam.ll
M llvm/test/Feature/optnone-llc.ll
M llvm/test/MC/AsmParser/include.ll
M llvm/test/MC/AsmParser/macro-same-context.ll
Log Message:
-----------
[NVPTX][tests] Do not run the tests which are not supported by nvptx
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
Differential Revision: https://reviews.llvm.org/D123928
Commit: 541cbeeddbe9620500fef11309cf85ef53d14aff
https://github.com/llvm/llvm-project/commit/541cbeeddbe9620500fef11309cf85ef53d14aff
Author: Igor Chebykin <igrche at gmail.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M llvm/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
M llvm/test/CodeGen/Generic/ForceStackAlign.ll
M llvm/test/CodeGen/Generic/add-with-overflow-128.ll
M llvm/test/CodeGen/Generic/addr-label.ll
M llvm/test/CodeGen/Generic/externally_available.ll
M llvm/test/CodeGen/Generic/fpowi-promote.ll
M llvm/test/CodeGen/Generic/icmp-illegal.ll
M llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll
M llvm/test/CodeGen/Generic/intrinsics.ll
M llvm/test/CodeGen/Generic/live-debug-label.ll
M llvm/test/CodeGen/Generic/llc-start-stop.ll
Log Message:
-----------
[NVPTX][tests] add "XFAIL: nvptx" for some tests
Some tests failed for NVPTX target, but it seems that NVPTX will be
fixed and the tests will pass. So, just mark the tests as XFAIL
Differential Revision: https://reviews.llvm.org/D124125
Compare: https://github.com/llvm/llvm-project/compare/712b59cdc5a7...541cbeeddbe9
More information about the All-commits
mailing list