]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Skip sub-RTXes of memory operand in ix86_update_stack_alignment
authorUros Bizjak <ubizjak@gmail.com>
Tue, 29 Apr 2025 06:28:37 +0000 (08:28 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Tue, 29 Apr 2025 07:10:19 +0000 (09:10 +0200)
commit1547c0a5a46a9730547c36b6e8fccc0a25123f1a
treeebed0d32e34f48e87e29b608cdf039080042ea81
parentd1cada7481420a23fbec525548ef5bdf64839a34
i386: Skip sub-RTXes of memory operand in ix86_update_stack_alignment

Skip sub-RTXes of the memory operand if stack access register is
not mentioned in the operand.

gcc/ChangeLog:

* config/i386/i386.cc (ix86_update_stack_alignment): Skip sub-RTXes
of the memory operand if stack access register is not mentioned in
the operand.
gcc/config/i386/i386.cc