# LocSeq **Repository Path**: teazhou/loc-seq ## Basic Information - **Project Name**: LocSeq - **Description**: LocSeq: Automated Localization for Compiler Optimization Sequence Bug of LLVM - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LocSeq #### 介绍 LocSeq: Automated Localization for Compiler Optimization Sequence Bug of LLVM This repository contains the benchmark used in our paper. These bugs in the benchmark are selected according to the following conditions: 1) the test program and the buggy optimization sequence are contained in the bug report; 2) the bug has been fixed and the fix revision has been pointed out by developers in the bug report; 3) we can reproduce the bug in our experimental environment. These 60 optimization sequence bugs cover 31 versions of LLVM from 2016 to 2020. Specifically, each bug in the benchmark contains the following information: 1) the LLVM version for the optimization sequence bug; 2) the test program; 3) the buggy optimization sequence; 4) the buggy location.