[PATCH] D105871: implementation of sdag support for VP memory intrinsics
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 05:31:36 PDT 2021
rogfer01 added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2354
+ const SDValue &getOffset() const {
+ return getOperand(getOpcode() == ISD::MLOAD ? 2 : 3);
+ }
----------------
Sorry for reviving, this (I was working on a patch for strided load store).
Shouldn't this have been `ISD::VP_LOAD` instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105871/new/
https://reviews.llvm.org/D105871
More information about the llvm-commits
mailing list