[all-commits] [llvm/llvm-project] 4d8b99: [Polly] Fix REQUIRES for nvptx-dependent tests
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Fri Jan 13 11:28:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d8b99af7391f46afb0f82117515bc682d319371
https://github.com/llvm/llvm-project/commit/4d8b99af7391f46afb0f82117515bc682d319371
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M polly/test/GPGPU/double-parallel-loop.ll
M polly/test/GPGPU/scalar-param-and-value-32-bit.ll
M polly/test/GPGPU/scalar-param-and-value-use.ll
M polly/test/GPGPU/scalar-parameter-fp128.ll
M polly/test/GPGPU/scalar-parameter-half.ll
M polly/test/GPGPU/scalar-parameter-i120.ll
M polly/test/GPGPU/scalar-parameter-i128.ll
M polly/test/GPGPU/scalar-parameter-i3000.ll
M polly/test/GPGPU/scalar-parameter-i80.ll
M polly/test/GPGPU/scalar-parameter-ppc_fp128.ll
M polly/test/GPGPU/scalar-parameter-x86_fp80.ll
M polly/test/GPGPU/scalar-parameter.ll
Log Message:
-----------
[Polly] Fix REQUIRES for nvptx-dependent tests
These have been effectively disabled ever since 'nvptx' was added to
the REQUIRES clauses, because REQUIRES does not support triple checks.
The new 'target=<triple>' is supported, so switch to that scheme.
Fix up XFAIL annotations, now that these tests are actually run.
Part of the project to eliminate special handling for triples in lit
expressions.
Differential Revision: https://reviews.llvm.org/D139728
More information about the All-commits
mailing list