[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
Wed May 17 10:58:22 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
----------------
CaprYang wrote:
> arsenm wrote:
> > CaprYang wrote:
> > > arsenm wrote:
> > > > Generate full checks
> > > updated
> > These aren't generated checks? I meant use update_test_checks
> Yeah.. but I've already rewritten with `update_test_checks.py`. I didn't know about its existence before, thx!
Could you please commit this for me if there are no issues? I don't have permissions to do. thx!
author: `CaprYang <capryang at gmail.com>`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150043/new/
https://reviews.llvm.org/D150043
More information about the libcxx-commits
mailing list