[PATCH] D125819: [GISel] Add new combines for G_FMINNUM/MAXNUM and G_FMINIMUM/MAXIMUM
Michael Kitzan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 11:48:00 PDT 2022
mkitzan updated this revision to Diff 430468.
mkitzan added a comment.
Updates:
- Fixed spelling of propagate
- Exchanged my custom apply function for replaceSingleDefInstWithOperand
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125819/new/
https://reviews.llvm.org/D125819
Files:
llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
llvm/include/llvm/Target/GlobalISel/Combine.td
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/test/CodeGen/AArch64/GlobalISel/combine-fminimum-fmaximum.mir
llvm/test/CodeGen/AArch64/GlobalISel/combine-fminnum-fmaxnum.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125819.430468.patch
Type: text/x-patch
Size: 13677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/f68e6df6/attachment.bin>
More information about the llvm-commits
mailing list