[PATCH] D97938: [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul u, v)), z) -> (fma x, y, (fma u, v, z))
Mateja Marjanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 4 07:44:32 PDT 2021
matejam updated this revision to Diff 349873.
matejam added a comment.
Typos and refactoring.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97938/new/
https://reviews.llvm.org/D97938
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-fma-mul.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97938.349873.patch
Type: text/x-patch
Size: 44680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210604/7e65e20b/attachment-0001.bin>
More information about the llvm-commits
mailing list