Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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