Skip to content

[AMDGPU] Add illegal type convertion #135729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,466 changes: 1,466 additions & 0 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.160bit.ll

Large diffs are not rendered by default.

3,246 changes: 3,049 additions & 197 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.192bit.ll

Large diffs are not rendered by default.

1,759 changes: 1,759 additions & 0 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.224bit.ll

Large diffs are not rendered by default.

2,047 changes: 2,047 additions & 0 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.288bit.ll

Large diffs are not rendered by default.

7,796 changes: 5,920 additions & 1,876 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.320bit.ll

Large diffs are not rendered by default.

2,343 changes: 2,343 additions & 0 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.352bit.ll

Large diffs are not rendered by default.

4,954 changes: 4,673 additions & 281 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.384bit.ll

Large diffs are not rendered by default.

6,080 changes: 5,852 additions & 228 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.448bit.ll

Large diffs are not rendered by default.

13,506 changes: 13,431 additions & 75 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.576bit.ll

Large diffs are not rendered by default.

15,188 changes: 15,107 additions & 81 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.640bit.ll

Large diffs are not rendered by default.

16,936 changes: 16,848 additions & 88 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.704bit.ll

Large diffs are not rendered by default.

18,939 changes: 18,845 additions & 94 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll

Large diffs are not rendered by default.

21,001 changes: 20,900 additions & 101 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll

Large diffs are not rendered by default.

22,946 changes: 22,839 additions & 107 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll

Large diffs are not rendered by default.

25,063 changes: 24,849 additions & 214 deletions llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll

Large diffs are not rendered by default.

Loading