[PATCH] D98047: [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fpext (fmul u, v))), z) -> (fma x, y, (fma (fpext u), (fpext v), z))

Mateja Marjanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 07:23:31 PDT 2021


matejam updated this revision to Diff 376519.
matejam added a comment.

Changes in tests.


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

https://reviews.llvm.org/D98047

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-add-ext-fma.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98047.376519.patch
Type: text/x-patch
Size: 33787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211001/d372c269/attachment.bin>


More information about the llvm-commits mailing list