[PATCH] D91755: [GlobalISel] Combine icmp eq/ne (ext (icmp cc, x, y)), true/false)
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 14:18:56 PDT 2022
arsenm added inline comments.
Herald added a project: All.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:101
+/// an add, and erase the MachineInstr.
+using MIRBuilderFn = std::function<bool(MachineIRBuilder &, MachineInstr &)>;
+
----------------
BuildFnTy already exists
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91755/new/
https://reviews.llvm.org/D91755
More information about the llvm-commits
mailing list