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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 03:00:21 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/powi-regression.ll:4
+
+define <2 x double> @PR53887_v2f64(<2 x double> noundef %x) {
+; CHECK-LABEL: @PR53887_v2f64(
----------------
This file should probably be pre-committed with current codegen and the patch rebased to show the codegen change.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/powi-regression.ll:20
+
+define <4 x double> @PR53887_v4f64(<4 x double> noundef %x) local_unnamed_addr #0 {
+; CHECK-LABEL: @PR53887_v4f64(
----------------
Drop the "local_unnamed_addr #0"


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

https://reviews.llvm.org/D128172



More information about the llvm-commits mailing list