llvm-project
c6f45f51 - PowerPC/VSX: Select FMINNUM and FMAXNUM (#135739)

Commit
2 days ago
PowerPC/VSX: Select FMINNUM and FMAXNUM (#135739) In LangRef, we claim that FMINNUM and FMAXNUM should follow the minNum and maxNum operators in IEEE754-2008. PowerPC/VSX does have these instructions XSMINDP and XSMAXDP. Now we use FMINNUM_IEEE and FMAXNUM_IEEE, since they are used by the non-arch expand codes now. In future, we may replace all FMINNUM_IEEE/FMAXNUM_IEEE with FMINNUM and FMAXNUM. --------- Co-authored-by: Your Name <you@example.com>
Author
Parents
Loading