An open API service indexing awesome lists of open source software.

https://github.com/lijian736/quick_sort_llvm_ir

Quick sort algorithm implementation in LLVM IR
https://github.com/lijian736/quick_sort_llvm_ir

llvm llvm-ir quicksort

Last synced: about 1 month ago
JSON representation

Quick sort algorithm implementation in LLVM IR

Awesome Lists containing this project

README

          

# Quick sort algorithm implementation in LLVM IR
Quick sort algorithm implementation in LLVM IR

### compile
```
clang quick_sort.ll -o quick_sort
```

### reference link:
- quick sort implementation in C: https://www.geeksforgeeks.org/quick-sort-in-c/
- LLVM IR: https://llvm.org/docs/LangRef.html