We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee3008 commit 3a23025Copy full SHA for 3a23025
enzyme/Enzyme/TypeAnalysis/TypeAnalysis.h
@@ -187,7 +187,7 @@ class TypeResults {
187
class TypeAnalyzer : public llvm::InstVisitor<TypeAnalyzer> {
188
public:
189
/// List of value's which should be re-analyzed now with new information
190
- llvm::SetVector<llvm::Value *> workList;
+ llvm::SetVector<llvm::Value *, std::deque<llvm::Value *>> workList;
191
192
const llvm::SmallPtrSet<llvm::BasicBlock *, 4> notForAnalysis;
193
0 commit comments