numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 322 forks source link

Add operand bundle tag support and file system support. #1056

Open DrTodd13 opened 6 months ago

DrTodd13 commented 6 months ago

Add ability to add operand bundles to call sites. Add support for a couple LLVM file system functions.

Somebody in my org accidentally deleted the repo with the original PR in it so I'm recreating the PR here. I wasn't able to reopen the previous PR.