We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecad99 commit e13560fCopy full SHA for e13560f
IGC/common/LLVMUtils.h
@@ -53,7 +53,7 @@ class InlineHelper
53
{
54
private:
55
// create a map of (type, array size, address space to alloca instructions)
56
- using AllocaMap = llvm::DenseMap<
+ using AllocaMap = llvm::MapVector<
57
std::tuple<llvm::Type*, uint64_t, uint32_t>,
58
llvm::SmallVector<llvm::AllocaInst*>
59
>;
0 commit comments