The document discusses a quantitative study of irregular programs on GPUs. It analyzes the degree of irregularity in programs through metrics like control flow irregularity (CFI) and memory access irregularity (MAI). The study finds that most programs cannot be strictly classified as regular or irregular. Irregularity is generally low and input-independent. Optimizations can sometimes increase irregularity but improve performance by reducing more costly operations like memory accesses.