-
I'm trying to build full LLVM 13 toolchain within Amazon Linux 2 ARM64 docker and compilation of LLDB fails with:
```
/home/build/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64…
-
This code triggers an assertion in IRGen. Similar example for RISC-V does the same thing.
```cpp
#include
template
void foo() {
T y = {};
}
void bar() {
foo();
}
```
```consol…
-
I am using `glum` on an `arm64` machine. Both after installing from `conda` and `pip` (NB: why are there no arm64 linux wheels? Outputs below are from `conda` installation) and importing `glum`, I get…
-
| | |
| --- | --- |
| Bugzilla Link | [52386](https://llvm.org/bz52386) |
| Version | trunk |
| OS | Windows NT |
| CC | @Arnaud-de-Grandmaison-ARM,@efriedma-quic,@smithp35 |
## Extended Descriptio…
-
In aapcs64.rst
> z0-z7 are used to pass scalable vector arguments to a subroutine, and to return scalable vector results from a function. If a subroutine takes at least one argument in scalable vec…
a74nh updated
4 months ago
-
Recently, I was working on software optimization. Recently, I found that armclang performed better than clang in the following program. After static comparison, I found that armclang interleave was se…
-
https://godbolt.org/z/6E4Ts6zc7
```llvm
define @fmul_index_nxv8(half %a, %b) #0 {
%1 = fsub reassoc nnan ninf nsz contract afn half 0xH3C00, %a
%2 = insertelement undef, half %1, i64 0
…
-
Many emulators support ways to debug their guests using more suitable tools - GDB, LLDB, EDB, WinDbg, IDA Pro, etc.
Implementing something like gdbstub, just like QEMU does this, will allow remote …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48679](https://bugs.llvm.org/show_bug.cgi?id=48679) |
| Status | NEW |
| Importance | P normal |
|…
-
Compiling the following snippet on `clang 18.1.8`, installed via homebrew on macOS, causes a segfault when targeting SVE (any vector width):
```c++
#include
void test(svbool_t t, svint32_t a, s…