-
| | |
| --- | --- |
| Bugzilla Link | [30837](https://llvm.org/bz30837) |
| Version | 3.9 |
| OS | All |
| Attachments | [C test case, sh command to invoke clang, and example faulty IR](https://user…
-
| | |
| --- | --- |
| Bugzilla Link | [27107](https://llvm.org/bz27107) |
| Version | trunk |
| OS | All |
| CC | @jmolloy,@rengolin,@rotateright |
## Extended Description
LLVM is missing the oppo…
tycho updated
2 years ago
-
- [x] Compiling [TSVC](https://github.com/UoB-HPC/TSVC_2) benchmark would be a good way to find out if commonly found loop structures are getting vectorized.
- [ ] Instruction scheduling of vectoriz…
-
**Describe the bug**
While attempting the experiment of global forecasting using `ReconcilerForecaster` and `LightGBMRegressor` during `.fit()`, the pipeline raises 2 errors
1. About a different for…
-
See https://openjdk.org/jeps/438
https://docs.oracle.com/en/java/javase/17/docs/api/jdk.incubator.vector/jdk/incubator/vector/FloatVector.html
Though, from inspected disassembly, auto-vectorizat…
-
A simple add loop:
```c
void add(int n, int* restrict x, int* restrict y)
{
for (int i = 0; i < n; i++) {
x[i] = y[i] + 10;
}
}
```
compiled with command:
```shell
clang --g…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR30837](https://bugs.llvm.org/show_bug.cgi?id=30837) |
| Status | NEW |
| Importance | P normal |
|…
-
My question is if support for immintrin.h (and atomics) is planned to become part of mir.
I was considering it for a JIT-ing audio graphs, but that most often needs intrinsics.
And I guess auto-vect…
-
Hi,
I need LLVM support for RVV 0.7.1 to cross compile for Nezha board.
I could find support for older versions such as RVV0.8 and 0.9 in your repo.
Is there any branch with support for RVV 0.…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27107](https://bugs.llvm.org/show_bug.cgi?id=27107) |
| Status | NEW |
| Importance | P normal |
|…