-
I tried this code:
https://git.libre-chip.org/libre-chip/fayalite/src/commit/25aa90ec603acdc49a984588e75ba62d7f16b5c4
I expected to see this happen: compile in a reasonably short time
Instead…
-
I am doing whole program analysis in a LLVM pass, which needs the whole program to run through a pass on a single final .bc file. I was using `-s WASM_OBJECT_FILES=0` for that feature, but now it look…
-
# Summary
While testing rocBLAS backend with LLVM compiler, scal tests segfault.
The following tests FAILED:
81 - BLAS/RT/ScalTestSuite/ScalTests.RealSinglePrecision/Column_Major_gfx90a…
-
```
[301/308] Compiling C object webrtc/modules/audio_coding/libwebrtc-audio-coding-1.so.3.p/codecs_isac_main_source_entropy_coding.c.o
FAILED: webrtc/modules/audio_coding/libwebrtc-audio-coding-1.s…
-
Before https://github.com/llvm/llvm-project/commit/1120d8e6f799 compiler FE would place `llvm.compiler.used` GV in private address space and translator would error out facing it due to recently added …
-
Any way you could output in Single Static Assignment for LLVM/MLIR and SSA SMTLIB lisp for solvers like Microsoft Z3/CVC5? You could then shell out to LLVM and Z3/CVC5 to make optimization passes, and…
-
Not sure if this is the correct place to report the bug or if it belongs at bugs.llvm.
I try to compile Viz.js (GraphViz for the web) and the compiler segfaults while compiling "lab.c" of GraphViz.…
-
| | |
| --- | --- |
| Bugzilla Link | [48531](https://llvm.org/bz48531) |
| Version | trunk |
| OS | Linux |
| Attachments | [bc file pased to opt](https://user-images.githubusercontent.com/60944935…
-
### What happened?
With `--iree-llvmcpu-enable-ukernels=all` or `--iree-llvmcpu-enable-ukernels=unpack`, the IREE will report the following message for tinyllama model in `LLVMCPUCheckIRBeforeLLVMCon…
-
I have encountered an infinite recursion when doing `f16` arithmetics on "no-f16-f128" platforms due to questionable LLVM optimizations.
My initial investigation shows this might be due to LLVM bei…