[PATCH] D75128: [AArch64][SVE] Add intrinsics for first-faulting gather loads
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 09:42:07 PST 2020
andwar added a comment.
This is almost literally copy & paste of the implementation of the regular gather loads, hence submitting as one patch (there are only few meaningful changes). I generated the tests by copying the corresponding tests for regular gather loads (I did update the opcodes though).
IIUC, this should be sufficient. I couldn't find any differences between first-faulting and non-faulting gathers that would affect this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75128/new/
https://reviews.llvm.org/D75128
More information about the llvm-commits
mailing list