[PATCH] D90914: [PowerPC] Add the hw sqrt test for vector type v4f32/v2f64

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 01:53:24 PST 2020


steven.zhang created this revision.
steven.zhang added reviewers: jsji, nemanjai, shchenz, PowerPC.
Herald added subscribers: kbarton, hiraditya.
Herald added a project: LLVM.
steven.zhang requested review of this revision.

PowerPC ISA support the input test for vector type v4f32 and v2f64. Replace the software compare with hw test will improve the perf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90914

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/recipest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90914.303360.patch
Type: text/x-patch
Size: 6144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/f32914a4/attachment.bin>


More information about the llvm-commits mailing list