-
| | |
| --- | --- |
| Bugzilla Link | [38935](https://llvm.org/bz38935) |
| Version | trunk |
| OS | Linux |
| Attachments | [reduced testcase](https://user-images.githubusercontent.com/55128014/143…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38935](https://bugs.llvm.org/show_bug.cgi?id=38935) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [43161](https://llvm.org/bz43161) |
| Version | 9.0 |
| OS | Linux |
| Attachments | [Code posted on godbolt](https://user-images.githubusercontent.com/60944935…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR43161](https://bugs.llvm.org/show_bug.cgi?id=43161) |
| Status | NEW |
| Importance | P normal |
|…
-
Changing any shortcut to a special character that uses shift + a number gets detected in the shortcuts menu but doesn't do anything in the actual score, causing default shortcuts like "Toggle Natural …
-
When on a z196 or new CPU use of the LAA/LAAG instructions may provide better performance than CS/CSG
-
| | |
| --- | --- |
| Bugzilla Link | [51103](https://llvm.org/bz51103) |
| Version | trunk |
| OS | Windows NT |
| CC | @alexey-bataev,@anton-afanasyev,@efriedma-quic,@fhahn,@dobbelaj-snps,@Le…
-
Clang cannot SVE vectorize TSVC s114, but GCC13.2.0 can.
Option:
`-Ofast -march=armv8.2-a+sve`
```c
#define LEN 32000
#define LEN2 256
static int ntimes = 200000;
float a[LEN], b[LEN], c[LE…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51103](https://bugs.llvm.org/show_bug.cgi?id=51103) |
| Status | NEW |
| Importance | P enhancemen…
-
After observing random "System resources exceeded" or "Out of memory" with my usercode which didn't quite make sense, I later ran quick fixes. After applying changes, I went to start the application a…