Unverified Commit 8462e202 authored by David Green's avatar David Green Committed by GitHub
Browse files

[AArch64] Push mul into extend operands (#94960)

In a similar way to how we push vector adds into extends, this pushed
'mul(zext,zext)' into 'zext(mul(zext,zext))' if the extend can be done
in two or more steps.

https://alive2.llvm.org/ce/z/WjU7Kr
parent 0c97ac0a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment