mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +00:00
LLVM 16 and later expands cttz intrinsic to a table lookup, which involves some relocations. (unless ZBB is available, in which case the native instructions are preferred over the table-based lowering.) cf. https://reviews.llvm.org/D128911 |
||
|---|---|---|
| .. | ||
| arch | ||
| debug | ||
| aot_intrinsic.c | ||
| aot_intrinsic.h | ||
| aot_loader.c | ||
| aot_perf_map.c | ||
| aot_perf_map.h | ||
| aot_reloc.h | ||
| aot_runtime.c | ||
| aot_runtime.h | ||
| aot_validator.c | ||
| aot_validator.h | ||
| iwasm_aot.cmake | ||
| SConscript | ||