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 fda7373 commit f9b2497Copy full SHA for f9b2497
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