This patch teaches ReplaceWithVeclib pass how to replace
vector FREM instructions for scalable vectors.
Depends on D157258
Differential D156439
[TLI][AArch64] Extend ReplaceWithVeclib to replace vector FREM instructions for scalable vectors jolanta.jensen on Jul 27 2023, 8:10 AM. Authored by
Details
This patch teaches ReplaceWithVeclib pass how to replace Depends on D157258
Diff Detail
Unit Tests
Event Timeline
Comment Actions Addressing review comments.
Comment Actions Bug fixes and review comments.
|
please add documentation for the new added parameter.
in my opinion the interface will be better if we use it for both scalable and fixed vectors, otherwise it is confusing what this parameter is and when it is used.