-
| | |
|--------------------|----|
| Bugzilla Link | [PR35482](https://bugs.llvm.org/show_bug.cgi?id=35482) |
| Status | NEW |
| Importance | P enhancemen…
-
[arsenm](https://github.com/arsenm) commented [6 hours ago](https://github.com/llvm/llvm-project/pull/91122#issuecomment-2097851871)
declare range(i64 0, 2) i64 @llvm.llround.f32(float) nounwind read…
jsji updated
6 months ago
-
More a question than issue. I was impressed with your lecture at CoreCPP and right away tried to apply this project to quite large one which I familiar with. It is [clickhouse ](https://github.com/Cli…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39436](https://bugs.llvm.org/show_bug.cgi?id=39436) |
| Status | NEW |
| Importance | P enhancemen…
-
Hi, I've just installed this project (through cargo install) and noticed the build was taking impressively long, I tracked this back to FatLTO being enabled (build with FatLTO takes 3m24s, while a mod…
-
### 🚀 The feature, motivation and pitch
The PyTorch binaries are huge. See #34058. So huge in fact, we've needed to refactor our codebase just so they fit in pip and conda. And that we plan on set…
-
My desktop has 8 cores/16 threads so my MAKEOPTS is set to -j16, but when linking chromium with thinlto enabled, the 32GB of RAM eventually fills up. Could you add an environment variable or other way…
-
In LLVM 7.0 the concept of [ThinLTO module summaries](https://llvm.org/docs/LangRef.html#thinlto-summary) was introduced. We currently have no IR representation of module summaries, and the grammar fo…
-
Hello shinchiro, thanks for mpv builds.
I've realised there is a single mpv-x86_64-gcc-20240513-git-61f72bd.7z build available for download with gcc compiler.
Is there any difference in performance …
wyup updated
6 months ago
-
Hi,
When I tried to compile `babelfish_extensions` with LLVM, the `babelfishpg_tsql` could not compiled. Here is a patch to fix the compile errors.
```diff
diff --git a/contrib/babelfishpg_tsq…