[PATCH] D115975: [RISCV] Disable interleaving scalar loops in the loop vectorizer.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 22 11:23:10 PST 2021
craig.topper 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
----------------
luismarques wrote:
> 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?
Pretty sure I ran the script. AMDGPU had a couple manually written lines
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