Skip to content

Remove XFAIL for mat_cbuffer-swizzle.f32.test#1247

Merged
bogner merged 1 commit into
llvm:mainfrom
bogner:2026-05-28-swizzle-xpass
May 28, 2026
Merged

Remove XFAIL for mat_cbuffer-swizzle.f32.test#1247
bogner merged 1 commit into
llvm:mainfrom
bogner:2026-05-28-swizzle-xpass

Conversation

@bogner

@bogner bogner commented May 28, 2026

Copy link
Copy Markdown
Contributor

The XFAIL here seemed to be for the wrong issue, as this was actually failing SPIR-V validation like so:

error: line 276: Reached non-composite type while indexes still remain
                 to be traversed.
  %186 = OpCompositeInsert %float %185 %81 0

This is no longer occuring after llvm/llvm-project#198330, so it looks like this has been fixed.

The XFAIL here seemed to be for the wrong issue, as this was actually
failing SPIR-V validation like so:

```
error: line 276: Reached non-composite type while indexes still remain
                 to be traversed.
  %186 = OpCompositeInsert %float %185 %81 0
```

This is no longer occuring after llvm/llvm-project#198330, so it looks
like this has been fixed.
@bogner bogner merged commit c7b539b into llvm:main May 28, 2026
19 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants