-
> [...] bpftool expects llvm-strip (for no good reason, anymore), so make sure you have that tool available.
>
> [...] it would be nice to remove llvm-strip, `bpftool gen object` strips out DWARF a…
-
Hi, thanks for your awesome work!
I'm trying to start from using a local setup as follows.
1. Run ./tools/project/bin/ubuntu-prerequisites.sh
2. Set RESOURCE_PATH of fpdb-calcite/java/main/resour…
-
### What happened?
The program
```mlir
func.func @trace_args(%arg0: tensor) {
flow.tensor.trace "debug_sink_test" = [
%arg0: tensor
]
return
}
```
Fails to compile with assert fa…
-
Some fixed point functions from ISO 18037 are implemented in llvm-libc, but not all of them are implemented. The various countls`fx` functions should also be added. Copying from the extension:
```
…
-
Looks very similar to this one which was closed not too long ago: https://github.com/dotnet/runtime/issues/105516
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/re…
-
I'm using `crucible_llvm_verify` to find satisfying instances of some property, but I only seem to be able to find one at a time. That is, once `crucible_llvm_verify` returns a counter example, it sto…
-
It looks like Nvidia added a new nvvm intrinsics as part of hopper and deprecated the old format.
https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html#barrier-and-memory-fence
https://godbolt.or…
-
Test on commit: https://github.com/llvm/llvm-project/commit/38fffa630ee80163dc65e759392ad29798905679
steps to reproduce:
```
./mlir-opt test.mlir --affine-loop-fusion
```
test case:
```
#map = …
-
The classes are very useful without threads (eq. using Irq locks).
Upstream has fixed this, but it didnt make it to version 19. Please cherry-pick those commits:
https://github.com/llvm/llvm-pro…
-
Right now the only optimisation pass we enable is the mem2reg pass, because that's pretty much a requirement for non-insane machine code. We deliberately don't use the O2/O3 options as they enable far…