[llvm] [SPIRV] Return success when selecting reads and writes. (PR #122162)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 07:19:24 PST 2025


s-perron wrote:

The SPIR-V test failures were caused by an update in spirv-val (https://github.com/KhronosGroup/SPIRV-Tools/pull/5407). Unrelated to this change.

@VyacheslavLevytskyy who would be responsible for fixing the failing tests:

```
Failed Tests (4):
  LLVM :: CodeGen/SPIRV/pointers/type-deduce-sycl-stub.ll
  LLVM :: CodeGen/SPIRV/transcoding/OpGroupBroadcast.ll
  LLVM :: CodeGen/SPIRV/validate/sycl-hier-par-basic.ll
  LLVM :: CodeGen/SPIRV/validate/sycl-tangle-group-algorithms.ll
```

https://github.com/llvm/llvm-project/pull/122162


More information about the llvm-commits mailing list