-
```console
llc: /root/llvm-project/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp:261: void llvm::InstrEmitter::CreateVirtualRegisters(llvm::SDNode*, llvm::MachineInstrBuilder&, const llvm::MCInstrDe…
-
MWE:
```julia
using LLVM
ollc = LLVM.ObjectLinkingLayerCreator() do es, triple
ObjectLinkingLayer(es)
end
GC.@preserve ollc begin
builder = LLJITBuilder()
linkinglayercreator…
-
The following error occurred when I tried to convert the following `.ll` file to a `.wasm` file.
run command: `llc string.ll -filetype=obj -mtriple=wasm32 -o string.wasm`
The content of `string.…
Tt421 updated
7 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [42647](https://llvm.org/bz42647) |
| Version | 8.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
n l…
-
[crash22.tar.gz](https://github.com/user-attachments/files/16595329/crash22.tar.gz)
clang -O3 -march=z15 crash22.i -o a.out -mllvm -disable-licm-promotion -mllvm -unroll-count=4 -mllvm -verify-mis…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21320](https://bugs.llvm.org/show_bug.cgi?id=21320) |
| Status | NEW |
| Importance | P normal |
|…
-
When postgresql is configured with --with-llvm the regression testsuite causes a lot of crashed that all look like this:
#0 std::_Deque_iterator::_M_set_node (__new_node=0x19db8a08, this=)
at…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38716](https://bugs.llvm.org/show_bug.cgi?id=38716) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR5174](https://bugs.llvm.org/show_bug.cgi?id=5174) |
| Status | CONFIRMED |
| Importance | P normal…
-
- Git commit: 8a32ee787c76d1af3a489467fc6e9bc6636b208a
- `$LLVM_CONFIG --version`: `7.1.0`
`cargo -vV`
```
cargo 1.58.0-nightly (294967c53 2021-11-29)
release: 1.58.0
commit-hash: 29…