[llvm] [AArch64] Refactor creation of a shuffle mask for TBL (NFC) (PR #92529)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 03:06:31 PDT 2024
================
@@ -14328,7 +14328,7 @@ SDValue AArch64TargetLowering::LowerVectorSRA_SRL_SHL(SDValue Op,
unsigned Opc =
(Op.getOpcode() == ISD::SRA) ? AArch64ISD::VASHR : AArch64ISD::VLSHR;
return DAG.getNode(Opc, DL, VT, Op.getOperand(0),
- DAG.getConstant(Cnt, DL, MVT::i32));
----------------
fhahn wrote:
unrelated?
https://github.com/llvm/llvm-project/pull/92529
More information about the llvm-commits
mailing list