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.
2 parents 57fabeb + f9b2497 commit cd06a1aCopy full SHA for cd06a1a
llvm/lib/Transforms/Vectorize/VPlanHelpers.h
@@ -317,7 +317,7 @@ struct VPTransformState {
317
318
/// A mapping of each VPBasicBlock to the corresponding BasicBlock. In case
319
/// of replication, maps the BasicBlock of the last replica created.
320
- SmallDenseMap<VPBasicBlock *, BasicBlock *> VPBB2IRBB;
+ SmallDenseMap<const VPBasicBlock *, BasicBlock *> VPBB2IRBB;
321
322
/// Updater for the DominatorTree.
323
DomTreeUpdater DTU;
0 commit comments