Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Quick sort algorithm implementation in LLVM IR
- Host: GitHub
- URL: https://github.com/lijian736/quick_sort_llvm_ir
- Owner: lijian736
- License: mit
- Created: 2024-05-08T15:16:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T03:15:20.000Z (9 months ago)
- Last Synced: 2024-12-06T08:24:42.489Z (2 months ago)
- Topics: llvm, llvm-ir, quicksort
- Language: LLVM
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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