public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2060] IVOPTS: Add LEN_MASK_{LOAD, STORE} into 'get_alias_ptr_type_for_ptr_address'
@ 2023-06-24  6:08 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-06-24  6:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ad5ab848cc487b3f7fd82c7cb3c408747bd10422

commit r14-2060-gad5ab848cc487b3f7fd82c7cb3c408747bd10422
Author: Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
Date:   Fri Jun 23 22:21:03 2023 +0800

    IVOPTS: Add LEN_MASK_{LOAD, STORE} into 'get_alias_ptr_type_for_ptr_address'
    
    gcc/ChangeLog:
    
            * tree-ssa-loop-ivopts.cc (get_alias_ptr_type_for_ptr_address):
            Add LEN_MASK_{LOAD,STORE}.

Diff:
---
 gcc/tree-ssa-loop-ivopts.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/tree-ssa-loop-ivopts.cc b/gcc/tree-ssa-loop-ivopts.cc
index 6671ff6db5a..573182247a7 100644
--- a/gcc/tree-ssa-loop-ivopts.cc
+++ b/gcc/tree-ssa-loop-ivopts.cc
@@ -7559,6 +7559,8 @@ get_alias_ptr_type_for_ptr_address (iv_use *use)
     case IFN_MASK_STORE_LANES:
     case IFN_LEN_LOAD:
     case IFN_LEN_STORE:
+    case IFN_LEN_MASK_LOAD:
+    case IFN_LEN_MASK_STORE:
       /* The second argument contains the correct alias type.  */
       gcc_assert (use->op_p = gimple_call_arg_ptr (call, 0));
       return TREE_TYPE (gimple_call_arg (call, 1));

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-24  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24  6:08 [gcc r14-2060] IVOPTS: Add LEN_MASK_{LOAD, STORE} into 'get_alias_ptr_type_for_ptr_address' Pan Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).