[PATCH] D128172: [SLP] Add cost model for `llvm.powi.*` intrinsics

Nabeel Omer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 03:55:34 PDT 2022


n-omer updated this revision to Diff 439322.
n-omer added a comment.

Improve the cost computation and update tests.

Thanks @dmgreen.


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

https://reviews.llvm.org/D128172

Files:
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
  llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll
  llvm/test/Analysis/CostModel/X86/powi.ll
  llvm/test/Transforms/SLPVectorizer/X86/powi-regression.ll
  llvm/test/Transforms/SLPVectorizer/X86/powi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128172.439322.patch
Type: text/x-patch
Size: 93766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220623/85a3b1ef/attachment.bin>


More information about the llvm-commits mailing list