llvm-test-suite
llvm-test-suite copied to clipboard
Hi all, I've been asked internally to pick up the work done by Mohammed in a [previous MR](https://github.com/llvm/llvm-test-suite/pull/49). I don't have access to Mohammed's branch, so I've copied his branch...
All the TODOs and bugs related to CLASS have been implemented/fixed. Enable newly passing tests and move all other failing tests under existing or new categories. None of these failures...
In ACLE we are deprecating a bunch of FMV features (see https://github.com/ARM-software/acle/pull/315), so in this patch I am removing the corresponding tests.
Hi all. This works builds directly off of our other MR waiting to be merged [here](https://github.com/llvm/llvm-test-suite/pull/72), and simply adds the `gcc-dg/vect` subfolder. Under x86_64 there are 2913 build targets, 1152...
There exist atomic IR unit tests and libatomic unit tests, but neither can test the atomicity and interoperability of atomic builtins and compiler-rt's atomic library. These tests aim to approximate...
In support of the recent ongoing efforts to implement [OpenACC in Clang/LLVM](https://discourse.llvm.org/t/rfc-implementation-of-openacc-3-3-for-offload-in-clang/74405), we want to introduce the External V&V Testsuite. The OpenACC Validation and Verification Team at the University of...
OpenACC is a high-level directive-based parallel programming model that can manage the sophistication of heterogeneity in architectures and abstract it from the users. The portability of the model across CPUs...