[PATCH] D98050: [AMDGPU][GlobalISel] Transform (fsub (fpext (fneg (fmul x, y))), z) -> (fneg (fma (fpext x), (fpext y), z))
Mateja Marjanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 05:50:29 PDT 2021
matejam updated this revision to Diff 343377.
matejam added a comment.
Minor changes in CombinerHelper.cpp and in the tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98050/new/
https://reviews.llvm.org/D98050
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-sub-ext-neg-mul.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98050.343377.patch
Type: text/x-patch
Size: 21773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/93be454c/attachment.bin>
More information about the llvm-commits
mailing list