This is a follow-up with https://reviews.llvm.org/D68098.
We added straight-forward patten matching for two SVE intrinsics: frecps and frsqrts. We also added patterns for fsub and fmul - these SDNodes directly correspond to machine instructions.
Differential D68476
[SVE][AArch64] Adding pattern matching for some SVE instructions. mgudim on Oct 4 2019, 11:54 AM. Authored by
Details This is a follow-up with https://reviews.llvm.org/D68098. We added straight-forward patten matching for two SVE intrinsics: frecps and frsqrts. We also added patterns for fsub and fmul - these SDNodes directly correspond to machine instructions.
Diff Detail Event Timeline
Comment Actions Thanks @huntergr and Sorry for my delay. I will merge this very soon and get to the other patches. Thanks again.
|