[llvm] 3f8ed16 - [Transforms] Remove unused forward declaration PredicateScalarEvolution
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 23:46:01 PDT 2023
Author: Kazu Hirata
Date: 2023-06-22T23:45:52-07:00
New Revision: 3f8ed16c67ff3d498dd3c8e18754adb62a45009d
URL: https://github.com/llvm/llvm-project/commit/3f8ed16c67ff3d498dd3c8e18754adb62a45009d
DIFF: https://github.com/llvm/llvm-project/commit/3f8ed16c67ff3d498dd3c8e18754adb62a45009d.diff
LOG: [Transforms] Remove unused forward declaration PredicateScalarEvolution
The declaration was added without a corresponding class definition by:
commit a84064bcda1a737658d33e96ca58516d01af70a6
Author: Florian Hahn <flo at fhahn.com>
Date: Wed Dec 21 22:02:31 2022 +0000
It is most likely a misspelling of PredicatedScalarEvolution.
Added:
Modified:
llvm/lib/Transforms/Vectorize/VPlan.h
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h
index 72cf16fc3337c..c132f0c4941c5 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -50,7 +50,6 @@ class DominatorTree;
class InnerLoopVectorizer;
class IRBuilderBase;
class LoopInfo;
-class PredicateScalarEvolution;
class raw_ostream;
class RecurrenceDescriptor;
class SCEV;
More information about the llvm-commits
mailing list