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

Mateja Marjanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 07:15:32 PST 2021


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

Put back the accidentally deleted combiner from the list of combiners (load_or_combine).


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

https://reviews.llvm.org/D97937

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-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97937.329332.patch
Type: text/x-patch
Size: 15658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/a7a6e35d/attachment.bin>


More information about the llvm-commits mailing list