[PATCH] D75344: [PowerPC] Exploit VSX neg, abs and nabs instruction for f32

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 00:03:20 PST 2020


shchenz added a comment.

Thanks for posting this. This LGTM.

Could you also help to check if the following pairs can also be changed accordingly?
{stxsspx, stfsx}
{lxsspx, lfsx}
{stxsiwx, stfiwx}
{xssubsp, fsubs}
{xsmulsp, fmuls}
{xsdivsp, fdivs}
{xssqrtsp, fsqrts}
{xsrsqrtesq, frsqrtes}
{lxsiwzx, lfiwzx}
{lxsiwax, lfiwax}
{xsresp, fres}
{xsmsubasp, fmsubs}
{xsnmsubasp, fnmsubs}


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75344/new/

https://reviews.llvm.org/D75344





More information about the llvm-commits mailing list