[PATCH] D105438: [LV] Re-generate check lines of some fragile tests

Mindong Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 12 19:20:27 PDT 2021


mdchen added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll:55
 ; CHECK-NEXT:    [[TMP12:%.*]] = icmp eq i64 [[INDEX_NEXT]], [[N_VEC]]
-; CHECK-NEXT:    br i1 [[TMP12]], label [[MIDDLE_BLOCK:%.*]], label [[VECTOR_BODY]], [[LOOP5:!llvm.loop !.*]]
 ; CHECK:       middle.block:
----------------
fhahn wrote:
> no changes  other than the loop check in this file, so no need to include them?
In D104148 this file needs an update, so I re-generated it to exclude some noise.


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

https://reviews.llvm.org/D105438



More information about the llvm-commits mailing list