Skip to content
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
557 changes: 557 additions & 0 deletions llvm/test/CodeGen/AMDGPU/GlobalISel/mul.ll

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions llvm/test/CodeGen/AMDGPU/add_u64.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 < %s | FileCheck -check-prefixes=GCN,GFX12 %s
; RUN: llc -mtriple=amdgcn -mcpu=gfx1250 < %s | FileCheck -check-prefixes=GCN,GFX1250 %s
; RUN: llc -mtriple=amdgcn -mcpu=gfx1310 < %s | FileCheck -check-prefixes=GCN,GFX12 %s

define amdgpu_ps <2 x float> @test_add_u64_vv(i64 %a, i64 %b) {
; GFX12-LABEL: test_add_u64_vv:
Expand Down
368 changes: 368 additions & 0 deletions llvm/test/CodeGen/AMDGPU/carryout-selection.ll

Large diffs are not rendered by default.

599 changes: 413 additions & 186 deletions llvm/test/CodeGen/AMDGPU/literal64.ll

Large diffs are not rendered by default.

426 changes: 426 additions & 0 deletions llvm/test/CodeGen/AMDGPU/mul.ll

Large diffs are not rendered by default.

Loading