[llvm] ea12adc - [CanonicalizeFreeze] Drop IVUsers.h include (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 9 08:01:34 PDT 2021


Author: Nikita Popov
Date: 2021-10-09T17:01:26+02:00
New Revision: ea12adc1699f53d7d299d3b216a97e7da88c534b

URL: https://github.com/llvm/llvm-project/commit/ea12adc1699f53d7d299d3b216a97e7da88c534b
DIFF: https://github.com/llvm/llvm-project/commit/ea12adc1699f53d7d299d3b216a97e7da88c534b.diff

LOG: [CanonicalizeFreeze] Drop IVUsers.h include (NFC)

Looking for users of IVUsers, this was a false positive. Only LSR
uses IVUsers.

Added: 
    

Modified: 
    llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp b/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
index 1f649fe6c7481..049c7d1135216 100644
--- a/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
+++ b/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
@@ -33,7 +33,6 @@
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Analysis/IVDescriptors.h"
-#include "llvm/Analysis/IVUsers.h"
 #include "llvm/Analysis/LoopAnalysisManager.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/LoopPass.h"


        


More information about the llvm-commits mailing list