[PATCH] D103700: [LV] Fix bug when unrolling (only) a loop with non-latch exit

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 09:18:02 PDT 2021


reames added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/unroll_nonlatch.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt bug-reduced.ll -S -loop-vectorize -force-vector-interleave=2 | FileCheck %s
+
----------------
lebedev.ri wrote:
> I don't think `bug-reduced.ll` is correct here
Er, oops.  No.  I'm surprised the autoupdate worked with that typo.  That should be %s.  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103700



More information about the llvm-commits mailing list