[PATCH] D45469: [SLP] Use getExtractWithExtendCost() to compute the scalar cost of extractelement/ext pair
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 10 06:23:56 PDT 2018
ABataev added inline comments.
================
Comment at: test/Transforms/SLPVectorizer/AArch64/ext-trunc.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S -slp-vectorizer -mtriple=aarch64--linux-gnu -instcombine < %s | FileCheck %s
+; RUN: opt -S -slp-vectorizer -mtriple=aarch64--linux-gnu < %s | FileCheck %s
----------------
Could you regenerate test checks without your patch and without `-instcombine` first and commit as NFC? And after that generate these checks with your patch
Repository:
rL LLVM
https://reviews.llvm.org/D45469
More information about the llvm-commits
mailing list