Files
Alessandro Di Federico 25239cdf34 Improve RemoveStackAlignmentPass
This commit adopts `PatternMatch.h` and adds support discarding
alignment operations even if they are performed after manipulating the
stack pointer.

For instance, glibc's `_start` does the following:

    xor    ebp,ebp
    mov    r9,rdx
    pop    rsi
    mov    rdx,rsp
    and    rsp,0xfffffffffffffff0
2025-03-05 09:57:51 +01:00
..
2024-09-27 12:07:17 +02:00
2025-02-13 13:10:51 +02:00
2025-02-13 13:10:51 +02:00
2025-02-13 13:10:51 +02:00
2025-02-13 13:10:51 +02:00
2025-01-29 15:17:15 +01:00
2025-02-13 13:10:51 +02:00
2025-02-13 13:10:51 +02:00
2024-09-27 12:07:18 +02:00
2025-02-13 13:10:51 +02:00
2025-02-13 13:10:51 +02:00
2024-05-03 21:52:40 +02:00