[PATCH] D109240: GlobalISel: Artifact combine merge-like opcode and unmerge into copy
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 16 17:54:39 PST 2022
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h:1081
+ bool tryCombineMergeLike(GMergeLikeOp &MI,
+ SmallVectorImpl<MachineInstr *> &DeadInsts,
----------------
Should this be merged in with ArtifactValueFinder?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109240/new/
https://reviews.llvm.org/D109240
More information about the llvm-commits
mailing list