[PATCH] D126533: [LAA] Relax pointer dependency with runtime pointer checks

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 00:20:23 PDT 2022


fhahn added a comment.

I've put up a patch to avoid unnecessary checks in case we can prove the dependence distance is larger than the trip count: D132703 <https://reviews.llvm.org/D132703>. This should help to avoid a few regressions due to additional runtime checks that may be generated with this change. I think with that we should look good from the regression side of things.


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

https://reviews.llvm.org/D126533



More information about the llvm-commits mailing list