[PATCH] D115863: [SVE][CodeGen] Use splice instruction when lowering VECTOR_SPLICE
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 07:18:27 PST 2021
sdesmalen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:7816
+ // value of 255, hence 2048-bits is the maximum value we can lower.
+ // 2. (Idx == -1) a combination of lastb and insr.
+ if (IdxVal >= -1 &&
----------------
Idx == -1 is already handled above?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115863/new/
https://reviews.llvm.org/D115863
More information about the llvm-commits
mailing list