-
### 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…
-
cc @alan-j-hu
When I tried to build my personal project using LLVM 15 i noticed that anything pass-manager related was gone, but no indication of what to use instead.
https://github.com/llvm/ll…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ 581f755) snapshot for 20241120.
At certain intervals the CI system will update th…
-
Upacking https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz and executing `./configure --enable-optimize-llvm --enable-extended --llvm-root=/usr/local --enable-profiler --enable-llvm-link-shar…
-
### What happened?
For the given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg1: !torch.vtensor, %arg2: !torch.vtensor, %arg3: !torch.vtensor, %arg4: !torch.vtensor, %arg5: …
-
llvm 19.1.3
glibc 2.34
gcc 14.2.0
```
cc -o obj/skia/skcms_TransformBaseline_and_public/skcms_TransformBaseline.o
1. parser at end of file
2. Code generation
3. Running pass 'Functio…
fedya updated
1 month ago
-
I encountered a segmentation fault while running the `Pluto::BogusControlFlowPass` on my LLVM IR code. The issue occurs when running the pass with `opt`, resulting in a crash. The error happens specif…
-
`opt -p lower-matrix-intrinsics` on the IR below crashes (https://llvm.godbolt.org/z/13EM3Wfb5)
```
declare @llvm.matrix.transpose.v8i32(, i32 immarg, i32 immarg) #0
declare @llvm.matrix.multiply…
-
### Description
#68985 introduced a way to load an LLVM pass from a dynamic library into the compiler. Unfortunately the test case for this is subtly broken as it links against the (static) library…
-
> [!NOTE]
> This was edited to contain correct code. The previous version of the code contained incorrect LLVM-IR (did not account for crossing the module boundary).
So far we have considered froz…