[PATCH] D81956: GlobalISel: Fix some artifact combiner worklist inconsistencies
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 22:55:18 PDT 2020
aemerson added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h:755
+ for (const MachineOperand &Def : MI.defs())
+ UpdatedDefs.push_back(Def.getReg());
break;
----------------
A G_MERGE should never have multiple defs?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81956/new/
https://reviews.llvm.org/D81956
More information about the llvm-commits
mailing list