[PATCH] D158059: [AMDGPU/wmma] - Disable 3-address syntax for f16

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 06:46:52 PDT 2023


piotr added a comment.

I am trying to understand the failing case better. Can the issue only happen with the extra patch with packing? Is the issue only with zeroinitializers (constant matrices), or it is just where the problem was found?

It would be preferable to keep the 3-address syntax, as it can produce better code (see the extra moves in the updated ir tests).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158059/new/

https://reviews.llvm.org/D158059



More information about the llvm-commits mailing list