[PATCH] D125819: [GISel] Add new combines for G_FMINNUM/MAXNUM and G_FMINIMUM/MAXIMUM
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 12:58:36 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:109
+struct FMinMaxNanMatchInfo {
+ bool PropogateNaN;
+ unsigned NaNIdx;
----------------
Spelling Propagate throughout the patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125819/new/
https://reviews.llvm.org/D125819
More information about the llvm-commits
mailing list