[llvm] LIR: strip unused LAA header dependency (NFC) (PR #107382)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 04:30:33 PDT 2024


https://github.com/artagnon created https://github.com/llvm/llvm-project/pull/107382

LoopIdiomRecognize does not use LoopAccessAnalysis. Make this clear.

>From d5bf4f45eb2cd38b378e892f914cca33474684cd Mon Sep 17 00:00:00 2001
From: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: Thu, 5 Sep 2024 12:27:58 +0100
Subject: [PATCH] LIR: strip unused LAA header dependency (NFC)

LoopIdiomRecognize does not use LoopAccessAnalysis. Make this clear.
---
 llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
index 0ee1afa76a8234..578d087e470e1e 100644
--- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
@@ -40,7 +40,6 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/Analysis/CmpInstAnalysis.h"
-#include "llvm/Analysis/LoopAccessAnalysis.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/LoopPass.h"
 #include "llvm/Analysis/MemoryLocation.h"



More information about the llvm-commits mailing list