[PATCH] D95815: [deref-at-point] restrict inference of dereferenceability based on allocsize attribute
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 25 14:42:30 PDT 2021
reames added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/X86/load-deref-pred.ll:95
; CHECK-NEXT: [[TMP40:%.*]] = icmp eq i64 [[INDEX_NEXT]], 4096
-; CHECK-NEXT: br i1 [[TMP40]], label [[MIDDLE_BLOCK:%.*]], label [[VECTOR_BODY]], [[LOOP0:!llvm.loop !.*]]
+; CHECK-NEXT: br i1 [[TMP40]], label [[MIDDLE_BLOCK:%.*]], label [[VECTOR_BODY]], !llvm.loop [[LOOP0:![0-9]+]]
; CHECK: middle.block:
----------------
Please ignore these changes. This a result of autogen format change. I have landed a change which includes these, and the next rebase will wipe them out. I'd usually do that now, but build times are substantial given the Value.h change. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95815/new/
https://reviews.llvm.org/D95815
More information about the llvm-commits
mailing list