[PATCH] D115975: [RISCV] Disable interleaving scalar loops in the loop vectorizer.

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 22 09:59:46 PST 2021


luismarques added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/RISCV/unroll-in-loop-vectorizer.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -mtriple=riscv64 -mattr=+experimental-v -loop-vectorize < %s | FileCheck %s
----------------
craig.topper wrote:
> luismarques wrote:
> > Remove this.
> Why?
The CHECKs for small_loop may have originally been generated by `utils/update_test_checks.py` but they are now manually written and that tool won't now update the test automatically. Isn't it misleading to keep that note?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115975



More information about the llvm-commits mailing list