llvm-project/llvm/test/Transforms/SeparateConstOffsetFromGEP
Sumanth Gundapaneni 77044f944c
[SeparateConstOffsetFromGEP] Decompose constant xor operand if possible (#150438)
Try to transform XOR(A, B+C) in to XOR(A,C) + B where XOR(A,C) is part
of base for memory operations.
This transformation can map these Xors in to better addressing mode and
eventually decompose them in to geps.
2025-08-13 11:49:44 -05:00
..