[PATCH] D115710: [LV][NFC] Update test checks using utils/update_test_checks.py

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 05:07:11 PST 2022


ebrevnov added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/tripcount.ll:2-4
 ; This test verifies that the loop vectorizer will not vectorizes low trip count
 ; loops that require runtime checks (Trip count is computed with profile info).
 ; REQUIRES: asserts
----------------
lebedev.ri wrote:
> While there, do you have any insights into this test?
> In D114779 i'm strongly guessing that this test is completely broken.
Don't have any insights, sorry.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115710



More information about the llvm-commits mailing list