llvmlite
llvmlite copied to clipboard
A lightweight LLVM python binding for writing JIT compilers
No guarantee that libm is search-able in path. The test is failing in my OSX Big Sur.
Change library loading code to also check for the presence of llvmlite statically linked into the main executable if the dynamic library fails to load. This allows llvmlite to be...
## Reporting a bug - [x] I have tried using the latest released version of llvmlite (most recent is visible in the change log (https://github.com/numba/llvmlite/blob/main/CHANGE_LOG). - [ ] I have...
c.f. numba/numba#8262 - we may need to add support for the [`MemorySanitizerJIT`]( https://github.com/google/sanitizers/wiki/MemorySanitizerJIT) pass in llvmlite. cc @folded.
**br** instructions have an argument telling what label(s) they are branching to, and **phi** instructions have arguments telling what labels they might have arrived from, but there is no way...