-
With the latest LLVM integration from https://github.com/openxla/stablehlo/pull/2635, building llvm-project for stablehlo leads to the following compilation error:
```
$ MLIR_ENABLE_BINDINGS_PYTHON=…
pearu updated
2 hours ago
-
### Describe the bug
We tried running IsaacLab on the L40 and L4 machines using the benchmark script in a Singularity container running Ubuntu 22.04 LTS. We access the Host via a Remote Desktop i.e…
-
```
llvm: update to 19.1.3
```
https://github.com/msys2/MINGW-packages/commit/dcf5446cdac530e6432498bafe75799e92dfc352
-
When compiling [half](https://crates.io/crates/half) I noticed two warnings for a missing x86 llvm intrinsic vcvtph2ps:
```
warning: unsupported x86 llvm intrinsic llvm.x86.vcvtph2ps.128; replacing w…
-
For
```
struct S {
int a;
int b;
};
S getS();
S getS2(const S&);
S foo() {
return getS2(getS());
}
```
Compile it with `-fclangir -O3 -emit-cir`, we got:
```
cir…
-
Currently Wasker depends on LLVM 15. Let's update to the latest version.
-
While working at this, I noticed that LLVM IR dialect GlobalOp does not yet support `alias`, so we cannot yet lower this information down. Let me file another issue for that.
For now, I'm going to …
-
This is very similar to #107791.
```llvm
define half @freeze_half_poison(half %maybe.poison) {
%y1 = freeze half %maybe.poison
%t1 = fadd half %y1, %y1
ret half %t1
}
```
```console
…
-
**Describe the bug**
Meson's CMake LLVM strategy ends up finding the newest version rather than the intended version if it is older than any version found by default. This is because of the `LLVM_MES…
-
Update llvm-sys dependency to support llvm 15+
With llvm 15 and newer build fails bc of undefined symbols `LLVMBuildCall` and `LLVMBuildLoad` in llvm-sys crate. Please change link for this crate or f…