[PATCH] D115710: [LV][NFC] Update test checks using utils/update_test_checks.py
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 04:58:20 PST 2022
lebedev.ri 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
----------------
While there, do you have any insights into this test?
In D114779 i'm strongly guessing that this test is completely broken.
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