[llvm] 2c3da17 - LIR: strip unused LAA header dependency (NFC) (#107382)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 06:01:18 PDT 2024
Author: Ramkumar Ramachandra
Date: 2024-09-05T14:01:12+01:00
New Revision: 2c3da172d1869a2e261af38c45582027a9ff6af7
URL: https://github.com/llvm/llvm-project/commit/2c3da172d1869a2e261af38c45582027a9ff6af7
DIFF: https://github.com/llvm/llvm-project/commit/2c3da172d1869a2e261af38c45582027a9ff6af7.diff
LOG: LIR: strip unused LAA header dependency (NFC) (#107382)
LoopIdiomRecognize does not use LoopAccessAnalysis. Make this clear.
Added:
Modified:
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Removed:
################################################################################
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