[PATCH] D114526: [LV][NFC] New test case for compile time known trip count (TC)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 02:57:13 PST 2021


fhahn 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
----------------
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.


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