[PATCH] D40055: [SelectionDAG][X86] Explicitly store the scale in the gather/scatter ISD nodes
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 22:11:09 PST 2017
craig.topper added a comment.
Yes I'm going to fix the QQ issue as well.
The scale would have been part of the handling of the last index of the GEP if we hadn't split it. So from that perspective its not X86 specific. Its part of the GEP calculation. Do you recall who objected? Maybe we can revisit.
https://reviews.llvm.org/D40055
More information about the llvm-commits
mailing list