-
- [LLVM bitcode](https://www.llvm.org/docs/BitCodeFormat.html) (`.bc` files)
- Converting from .ll to .bc: `llvm-as` tool in LLVM distribution
- Converting from .bc to .ll: `llvm-dis` tool in LLVM d…
-
In Release/Distribution builds for macOS/iOS/visionOS, `INTERPROCEDURAL_OPTIMIZATION` is ON so bitcode is enabled.
I would like to see bitcode disabled by default as it has been deprecated since Xcod…
-
Currently, parsing is whole-program: the only way to parse a bitcode file is to parse every entity inside it. For most clients of `llvm-pretty-bc-parser`, however, this is wasteful, as these clients t…
-
| | |
| --- | --- |
| Bugzilla Link | [22715](https://llvm.org/bz22715) |
| Version | 3.6 |
| OS | Linux |
| Attachments | [lto cpu patch](https://user-images.githubusercontent.com/60944935/14375102…
-
I think there is a simple way to implement these functions
- llvmir_extract_compile_defs_properties
- llvmir_extract_include_dirs_properties
- llvmir_extract_compile_flags
- llvmir_extract_compile…
WuTUT updated
4 months ago
-
| | |
|------------------|-----------------|
|Previous ID | SR-16059 |
|Radar | None |
|Original Reporter | @wendyliga …
-
It seems that BeefBuild generated object/archive is not compatible with Apple LLVM (with bitcode disabled).
I've tried a bunch of triplets aarch64-apple-io, arm64-apple-ios always getting the same re…
-
Tool to extract bitcode from mach0 binaries: https://github.com/AlexDenisov/bitcode_retriever
-
| | |
|--------------------|----|
| Bugzilla Link | [PR14455](https://bugs.llvm.org/show_bug.cgi?id=14455) |
| Status | NEW |
| Importance | P normal |
|…
-
I am thinking of working on a tool that generate a custom HLS front-end which generates HLS-friendly LLVM-bitcode, and leverage plugins + vitis_hls backend for optimization passes and RTL generation.
…