Use MapVector in BlockGenerators and SmallSetVector in IslNodeBuilder.
DenseMap and SmallSet have non-deterministic iteration order, resulting
in differences in code generation between runs of the compiler on the
same input
Details
Details
- Reviewers
bollu efriedma chrisj Meinersbur gchatelet
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Where do we iterate over an AllocaMapTy?