> On Mar 6, 2026, at 12:28, Joseph Myers <[email protected]> wrote:
> 
> On Fri, 6 Mar 2026, Qing Zhao wrote:
> 
>>> @@ -659,6 +659,9 @@ get_factors_from_mul_expr (tree mult_expr, tree parent,
>>>   ELEMENT_SIZE:
>>>    (sizetype) SAVE_EXPR <n> * 4
>>>   get the index as (long unsigned int) m, and return it.
>>> +   One special case is when the OFFSET is an integer constant, and the
>>> +   element_size is also an interger constant, we should get the index
>>> +   as OFFSET/element_size.
>>>   The INDEX_P holds the pointer to the parent tree of the index,
>>>   INDEX_N holds the position of the index in its parent.  */
> 
> OK with the typo "interger" fixed.

Thanks. Will fix this typo before committing.

Qing
> 
> -- 
> Joseph S. Myers
> [email protected]
> 

Reply via email to