[all-commits] [llvm/llvm-project] 08c1e9: [LAA] Revert 56a1cbb and 1aded51, due to crash (#1...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Sat Sep 27 02:42:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08c1e9e80a3dcda4112751db0d8bd8828e1dc6bb
https://github.com/llvm/llvm-project/commit/08c1e9e80a3dcda4112751db0d8bd8828e1dc6bb
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-09-27 (Sat, 27 Sep 2025)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
M llvm/test/Analysis/LoopAccessAnalysis/depend_diff_types.ll
Log Message:
-----------
[LAA] Revert 56a1cbb and 1aded51, due to crash (#160993)
This reverts commits 56a1cbb ([LAA] Fix non-NFC parts of 1aded51),
1aded51 ([LAA] Prepare to handle diff type sizes (NFC)). The original
NFC patch caused some regressions, which the later patch tried to fix.
However, the later patch is the cause of some crashes, and it would be
best to revert both for now, and re-land after thorough testing.
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