https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/181292
This patch tackles two cases: 1. Checks around aliasing/overlapping ranges. This is runtime dependent on the pointer values passed in, which we have no way of knowing without additional profiling. 2. Loop backedges. For these we also have an associated trip count, so we set up the branch weights to represent this. Tests updated/profcheck-xfail.txt updated. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
