[PATCH] D99582: [test, LoopVectorize] Fix use of var defined in CHECK-NOT
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 02:20:21 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/pr34681.ll:27
-; CHECK-NOT: %[[TEST:[0-9]+]] = or i1 false, %ident.check
-; CHECK-NOT: br i1 %[[TEST]], label %scalar.ph, label %vector.ph
; CHECK: vector.ph
----------------
what's the branch condition in this test? Could we check for the right one? Same below
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99582/new/
https://reviews.llvm.org/D99582
More information about the llvm-commits
mailing list