[all-commits] [llvm/llvm-project] 7eea55: LoopLoadElim: re-org tests after invalid #96656 (#...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Mon Sep 30 07:46:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7eea55fd4bf197fea20b7c255febf287664dce36
https://github.com/llvm/llvm-project/commit/7eea55fd4bf197fea20b7c255febf287664dce36
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
R llvm/test/Analysis/LoopAccessAnalysis/pr96656.ll
M llvm/test/Analysis/LoopAccessAnalysis/symbolic-stride.ll
A llvm/test/Transforms/LoopLoadElim/unknown-stride-known-dep.ll
R llvm/test/Transforms/LoopVersioning/pr96656.ll
A llvm/test/Transforms/LoopVersioning/single-iteration.ll
Log Message:
-----------
LoopLoadElim: re-org tests after invalid #96656 (#97598)
After pr96656.ll were added to LAA and LoopVersioning, it was decided
that the bug is in a caller of LoopVersioning, not in LAA or
LoopVersioning itself. The new candidate was LoopLoadElim, but #96656
has since been marked invalid. Hence, re-organize the added tests to
avoid confusion, and the testcase from the investigation to
LoopLoadElim.
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