Skip to content

Commit

Permalink
Update llvm/test/CodeGen/AMDGPU/idot4-combine.ll
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Arsenault <[email protected]>
  • Loading branch information
jrbyrnes and arsenm authored Nov 7, 2024
1 parent 5343dd6 commit d41b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/AMDGPU/idot4-combine.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 --start-before=amdgpu-isel -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX11 %s
; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 --start-before=amdgpu-isel < %s | FileCheck -check-prefixes=GFX11 %s

; The first (A) operand of the v_dot4 is derived from the LHS of the mul chain (that is %l6080, %l7081, %l8082, %l9083).
; These correspond to the 5th, 6th, 7th and 8th byte in the load %7.
Expand Down

0 comments on commit d41b3ae

Please sign in to comment.