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

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 14 05:28:52 PDT 2021


bjope 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
 
----------------
I figure the idea is that `-disable-verify` can be removed in this patch.


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

https://reviews.llvm.org/D98423



More information about the llvm-commits mailing list