[PATCH] D125192: [SVE] Refactor lowering for fixed length MGATHER/MSCATTER.
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 06:57:45 PDT 2022
bsmith accepted this revision.
bsmith added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:4830
ISD::MemIndexType IndexType = MSC->getIndexType();
+ bool isTruncating = MSC->isTruncatingStore();
----------------
Nit: Should be `IsTruncating`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125192/new/
https://reviews.llvm.org/D125192
More information about the llvm-commits
mailing list