[libcxx-commits] [PATCH] D150043: [InferAddressSpaces] Handle vector of pointers type & Support intrinsic masked gather/scatter
CaprYang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 9 07:13:35 PDT 2023
CaprYang 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
----------------
arsenm wrote:
> Generate full checks
updated
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150043/new/
https://reviews.llvm.org/D150043
More information about the libcxx-commits
mailing list