- Use llvm::DenseMap<> with pre-allocation instead of std::map<> for FunctionCache
- Avoid double lookup for FunctionCache
- Use try_emplace instead of insert
- Simplify definition of State enum
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo