[all-commits] [llvm/llvm-project] 5d3534: [LAA] Add extra test for #70819 showing incorrect ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Nov 20 03:18:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d353423c97517ae1dc66506186e265538b0111f
https://github.com/llvm/llvm-project/commit/5d353423c97517ae1dc66506186e265538b0111f
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/forward-negative-step.ll
Log Message:
-----------
[LAA] Add extra test for #70819 showing incorrect Forward dep.
Add an additional test case where we currently incorrectly identify a
dependence as Foward instead of ForwardButPreventsForwarding.
Also cleans up the names in the tests a bit to improve readability.
More information about the All-commits
mailing list