[PATCH] D32216: [mips][msa] Splat.d endianness check
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 08:55:31 PDT 2017
sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Target/Mips/MipsSEISelLowering.cpp:1442
// lanes.
- SDValue LaneA;
- SDValue LaneB = Op->getOperand(2);
+ SDValue LaneA = Op->getOperand(2);
+ SDValue LaneB;
----------------
Replace the 2 there with OpNr.
https://reviews.llvm.org/D32216
More information about the llvm-commits
mailing list