[PATCH] D98423: Fix the trunc instruction insertion problem in SLP pass

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 03:09:25 PDT 2021


anton-afanasyev added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/AArch64/trunc-insertion.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt  < %s -slp-vectorizer -disable-verify -S | FileCheck %s
 
----------------
bule wrote:
> bule wrote:
> > bjope wrote:
> > > I figure the idea is that `-disable-verify` can be removed in this patch.
> > @anton-afanasyev what do you think? 
> Remove the -disable-verify option could make the result check more strict. So removed.
Looks good.


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

https://reviews.llvm.org/D98423



More information about the llvm-commits mailing list