Skip to content
  • Stepan Dyatkovskiy's avatar
    Fixed r158979. · a6c8cc30
    Stepan Dyatkovskiy authored
    Original message:
    Performance optimizations:
    - SwitchInst: case values stored separately from Operands List. It allows to make faster access to individual case value numbers or ranges.
    - Optimized IntItem, added APInt value caching.
    - Optimized IntegersSubsetGeneric: added optimizations for cases when subset is single number or when subset consists from single numbers only.
    
    llvm-svn: 158997
    a6c8cc30
Loading