llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

A lightweight LLVM python binding for writing JIT compilers

Results 222 llvmlite issues
Sort by recently updated
recently updated
newest added

No guarantee that libm is search-able in path. The test is failing in my OSX Big Sur.

4 - Waiting on author

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...

4 - Waiting on author

As title

2 - In Progress

## 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...

As title. vmImage macOS-10.15 is deprecated.

2 - In Progress

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.

feature_request

**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...

question