[all-commits] [llvm/llvm-project] 969305: [LAA] Move code to check if access are completely ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jul 11 11:54:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9693056aace285c2dcf619217dd5879862c48f1b
https://github.com/llvm/llvm-project/commit/9693056aace285c2dcf619217dd5879862c48f1b
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
Log Message:
-----------
[LAA] Move code to check if access are completely before/after (NFC).
Factor out code to check if access are completely before/after each
other. This reduces the diff for an upcoming re-commit and moving to a
function also helps to reduce the nesting level via early exits.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list