Gleb Chesnokov
Results
1
issues of
Gleb Chesnokov
This patch updates sparse-llvm to use the newer LLVM API functions, replacing the deprecated functions with their updated counterparts: - Replace LLVMConstGEP with LLVMConstGEP2 - Replace LLVMBuildInBoundsGEP with LLVMBuildInBoundsGEP2 -...