This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Combine vector fptoi.sat(fmul) to fixed point fcvtz
ClosedPublic

Authored by dmgreen on Nov 4 2021, 9:55 AM.

Details

Summary

Similar to D113199 but dealing with the vector size, this extends the fptosi+fmul to fixed point fold to handle fptosi.sat nodes that are equally viable, so long as the saturation width matches the output width.

Diff Detail