-
This looks like an infinite recursion leading to stack overflow.
```
[...]clang_tidy: Segmentation fault (core dumped)
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issu…
-
I have the following MLIR program:
`tosa.mlir`
```mlir
module {
func.func private @printMemrefI32(tensor)
func.func private @printMemrefF32(tensor)
func.func @main() {
%0 = "tosa.const"() …
-
LLVM's `lit` utility includes a builtin implementation of the `env` command in `llvm/utils/lit/lit/TestRunner.py`; see [here](https://github.com/llvm/llvm-project/blob/26a9f3f5906c62cff7f2245b98affa43…
-
I have the following MLIR program:
test.mlir:
```
module {
func.func private @func1() -> f32{
%idx0 = index.constant 0
%c21848_i16 = arith.constant 21848 : i16
%c1 = arith.constan…
-
Configuring the llvm-project with `cmake -G ninja` gives error
```
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile
-- Configuring done…
-
For the attached IR, seeing crash as
```
iree-compile: /proj/xhdhdstaff6/dhirajp/localBuild/iree/third_party/llvm-project/mlir/lib/Transforms/Utils/DialectConversion.cpp:2868: SmallVector mlir::Ty…
-
I was updating the LLVM git in Nixpkgs and ran into this failure with commit 3f9d02aae87b7c778b86cb79ebd4b64760653079 on aarch64-linux. LLVM git didn't have this problem a month ago when I last built …
-
Example graph:
```
module {
func.func @main(%arg0: tensor, %arg1: tensor) -> tensor {
%0 = stablehlo.broadcast_in_dim %arg0, dims = [0] : (tensor) -> tensor
%1 = stablehlo.broadcast_in_dim …
-
I have the following MLIR program:
test1.mlir:
```
module {
func.func @func1() -> f32 {
%c1 = arith.constant 1 : i64
// this scf for can not be reduced
%c51_i64 = arith.constant…
-
I have the following MLIR program:
test.mlir:
```
#map2 = affine_map (((d1 - (d1 + 2)) floordiv 8) mod 8)>
module {
func.func nested @func1() -> f32 {
%idx1 = arith.constant 1 : index
…