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 Authored by jolanta.jensen on Jul 27 2023, 8:10 AM. 
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. 
 
 
 
 
 
 
 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This will malfunction if false is sent as an argument. To be corrected.