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.
This commit is contained in:
parent
a1e913ac30
commit
ec1f1d3f7a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue