[PATCH] D88278: [PowerPC] Add builtins for xvtdiv(dp|sp) and xvtsqrt(dp|sp).

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 18:30:08 PDT 2020


Esme added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrVSX.td:2584
 
+// Vector test software functions.
+def : Pat<(i32 (int_ppc_vsx_xvtdivdp v2f64:$A, v2f64:$B)),
----------------
steven.zhang wrote:
> Vector test for software divide and sqrt
I'll update it when committing. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88278



More information about the llvm-commits mailing list