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 f9215be commit 2a8882bCopy full SHA for 2a8882b
llvm/lib/Transforms/Vectorize/LoopIdiomVectorize.cpp
@@ -70,12 +70,10 @@
70
#include "llvm/Analysis/TargetTransformInfo.h"
71
#include "llvm/IR/Dominators.h"
72
#include "llvm/IR/IRBuilder.h"
73
-#include "llvm/IR/Instructions.h"
74
#include "llvm/IR/Intrinsics.h"
75
#include "llvm/IR/MDBuilder.h"
76
#include "llvm/IR/PatternMatch.h"
77
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
78
-#include <cstdint>
79
80
using namespace llvm;
81
using namespace PatternMatch;
0 commit comments