[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
Thu May 27 04:20:16 PDT 2021
matejam updated this revision to Diff 348221.
matejam added a comment.
A few minor changes (removal of unnecessary comments).
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.348221.patch
Type: text/x-patch
Size: 15336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210527/58434c3e/attachment-0001.bin>
More information about the llvm-commits
mailing list