diff options
author | Vyacheslav Levytskyy <vyacheslav.levytskyy@intel.com> | 2025-05-15 10:46:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-15 10:46:54 +0200 |
commit | 8bd35ca41253ea36fff78d5acf59956a30b6555b (patch) | |
tree | 18875cd41e87e176304b703636fd4062968aa272 /llvm/lib/Analysis/LoopAccessAnalysis.cpp | |
parent | 9893f6bed3ab707383dc1901a237f0d4481049d6 (diff) | |
download | llvm-8bd35ca41253ea36fff78d5acf59956a30b6555b.zip llvm-8bd35ca41253ea36fff78d5acf59956a30b6555b.tar.gz llvm-8bd35ca41253ea36fff78d5acf59956a30b6555b.tar.bz2 |
[SPIR-V] Fix LIT tests, improve ICmpInst's type inference (#139726)
1. There are failed LIT tests at the moment due to type inference
errors.
```
Failed Tests (3):
LLVM :: CodeGen/SPIRV/pointers/ptr-eq-types.ll
LLVM :: CodeGen/SPIRV/validate/sycl-hier-par-basic.ll
LLVM :: CodeGen/SPIRV/validate/sycl-tangle-group-algorithms.ll
```
This PR improves type inference to fix the errors.
2. The following tests start passing:
```
Unexpectedly Passed Tests (2):
LLVM :: CodeGen/SPIRV/pointers/resource-addrspacecast-2.ll
LLVM :: CodeGen/SPIRV/pointers/resource-addrspacecast.ll
```
This PR removes XFAILS in those two test cases.
Diffstat (limited to 'llvm/lib/Analysis/LoopAccessAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions