[PATCH] D77114: Handle exp2 with proper vectorization and lowering to SVML calls

Laith Sakka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 19:41:21 PDT 2020


lsakka created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add mapping from exp2 math functions
to corresponding SVML calls.

This is a follow up and extension for llvm diff
https://reviews.llvm.org/D19544

Test Plan:

- update test case and run ninja check.
- run tests locally


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77114

Files:
  llvm/include/llvm/Analysis/VecFuncs.def
  llvm/test/Transforms/LoopVectorize/X86/svml-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77114.253771.patch
Type: text/x-patch
Size: 6360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200331/ac318382/attachment-0001.bin>


More information about the llvm-commits mailing list