[PATCH] D126295: [LoopVectorize] Fix assertion failure in fixReduction when tail-folding

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 08:53:18 PDT 2022


david-arm marked 4 inline comments as done.
david-arm added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalable-reductions-tf.ll:3
+; RUN:   -prefer-predicate-over-epilogue=predicate-dont-vectorize -mtriple aarch64-unknown-linux-gnu -mattr=+sve,+bf16 -S 2>%t | FileCheck %s -check-prefix=CHECK
+; RUN: cat %t | FileCheck %s -check-prefix=CHECK-REMARK
+
----------------
fhahn wrote:
> is there any particular reason you are checking for remarks?
No reason I guess - I just used scalable-reductions.ll as a basis for this test.


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

https://reviews.llvm.org/D126295



More information about the llvm-commits mailing list