Skip to content

Commit

Permalink
[AMDGPU] Fix typo in v_dot4 combine
Browse files Browse the repository at this point in the history
Change-Id: Ifc201f58eddd8f8994690bacbf34f446ccf2a790
  • Loading branch information
jrbyrnes committed Nov 6, 2024
1 parent 304c412 commit dd740f1
Show file tree
Hide file tree
Showing 2 changed files with 847 additions and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14011,7 +14011,7 @@ static void placeSources(ByteProvider<SDValue> &Src0,
Src0s.push_back(
{*Src0.Src,
((Src0.SrcOffset % 4) << (8 * (3 - Step)) | (ZeroMask & ~FMask)),
Src1.SrcOffset / 4});
Src0.SrcOffset / 4});
Src1s.push_back(
{*Src1.Src,
((Src1.SrcOffset % 4) << (8 * (3 - Step)) | (ZeroMask & ~FMask)),
Expand Down
Loading

0 comments on commit dd740f1

Please sign in to comment.