[PATCH] D114526: [LV][NFC] New test case for compile time known trip count (TC)
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 3 03:48:41 PST 2021
ebrevnov added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/X86/known_TC.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -loop-vectorize -S %s | FileCheck %s
----------------
fhahn wrote:
> It might be good to have a slightly more descriptive name for the test file, like `limit-vf-by-tripcount.ll` or something like that.
Sounds reasonable. Will fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114526/new/
https://reviews.llvm.org/D114526
More information about the llvm-commits
mailing list