[PATCH] D104471: [llvm][sve] Lowering for VLS truncating stores
David Truby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 17:52:00 PDT 2021
DavidTruby added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:17700
- return SDValue();
-
SDLoc DL(Op);
----------------
efriedma wrote:
> Not sure what this change is doing here; I don't see any test coverage for masked stores?
This is a mistake, I was working on masked truncating stores alongside this before deciding they should be two separate patches due to the size. Thanks for spotting it!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104471/new/
https://reviews.llvm.org/D104471
More information about the llvm-commits
mailing list