[PATCH] D74550: [AArch64][SVE] Add SVE index intrinsic
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 09:56:45 PST 2020
andwar added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:10923
+static SDValue LowerSVEIntrinsicIndex(SDNode *N, SelectionDAG &DAG) {
+ SDLoc dl(N);
+ SDValue Op1 = N->getOperand(1);
----------------
[nit] This should be `DL`: https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74550/new/
https://reviews.llvm.org/D74550
More information about the cfe-commits
mailing list