public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2069] SSA ALIAS: Apply LEN_MASK_STORE to 'ref_maybe_used_by_call_p_1'
@ 2023-06-25  1:31 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-06-25  1:31 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-2069-gec1f1d3f7abd0fe52e38cf8ad5c1e5074d67cdf5
Author: Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
Date:   Fri Jun 23 22:15:39 2023 +0800

    SSA ALIAS: Apply LEN_MASK_STORE to 'ref_maybe_used_by_call_p_1'
    
    gcc/ChangeLog:
    
            * tree-ssa-alias.cc (call_may_clobber_ref_p_1): Add LEN_MASK_STORE.

Diff:
---
 gcc/tree-ssa-alias.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/tree-ssa-alias.cc b/gcc/tree-ssa-alias.cc
index 92dc1bb9987..f31fd042c2a 100644
--- a/gcc/tree-ssa-alias.cc
+++ b/gcc/tree-ssa-alias.cc
@@ -3070,6 +3070,7 @@ call_may_clobber_ref_p_1 (gcall *call, ao_ref *ref, bool tbaa_p)
 	return false;
       case IFN_MASK_STORE:
       case IFN_LEN_STORE:
+      case IFN_LEN_MASK_STORE:
       case IFN_MASK_STORE_LANES:
 	{
 	  tree rhs = gimple_call_arg (call,

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

only message in thread, other threads:[~2023-06-25  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-25  1:31 [gcc r14-2069] SSA ALIAS: Apply LEN_MASK_STORE to 'ref_maybe_used_by_call_p_1' 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).