[PATCH] D73370: [MVE] Fixup order of gather writeback intrinsic outputs.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 02:43:57 PST 2020
simon_tatham added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:2522
+ ReplaceUses(SDValue(N, 1), SDValue(New, 0));
+ ReplaceUses(SDValue(N, 2), SDValue(New, 2));
+ CurDAG->RemoveDeadNode(N);
----------------
This line looks redundant?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73370/new/
https://reviews.llvm.org/D73370
More information about the llvm-commits
mailing list