[libcxx-commits] [PATCH] D150043: [InferAddressSpaces] Handle vector of pointers type & Support intrinsic masked gather/scatter
Matt Arsenault via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 16 10:02:26 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/InferAddressSpaces/masked-gather-scatter.ll:3
+
+; CHECK-LABEL: @masked_gather_inferas(
+; CHECK: tail call <4 x i32> @llvm.masked.gather.v4i32.v4p1
----------------
CaprYang wrote:
> arsenm wrote:
> > Generate full checks
> updated
These aren't generated checks? I meant use update_test_checks
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150043/new/
https://reviews.llvm.org/D150043
More information about the libcxx-commits
mailing list