[all-commits] [llvm/llvm-project] 155a01: [SPIR-V] Add pre-commit CI workflow (#74092)
Natalie Chouinard via All-commits
all-commits at lists.llvm.org
Thu Dec 7 06:42:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 155a013225203359af132b31bb150f39608876c7
https://github.com/llvm/llvm-project/commit/155a013225203359af132b31bb150f39608876c7
Author: Natalie Chouinard <sudonatalie at google.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M .github/workflows/llvm-project-tests.yml
A .github/workflows/spirv-tests.yml
Log Message:
-----------
[SPIR-V] Add pre-commit CI workflow (#74092)
Add a pre-commit CI workflow for the experimental SPIR-V backend. This
action should only run when SPIR-V target or test files are modified.
The `codegen-spirv` tests don't run as part of `check-all` because the
SPIR-V backend is still experimental.
Depends on #73371 (for a green tree)
More information about the All-commits
mailing list