Colloportus0

Results 5 comments of Colloportus0

> You seem to be using an old version of MLIR (your .mlir file can't be parsed right now because it predates the split of the func dialect). Yeah, I...

yes, it can be reproduced at HEAD. The new [mlir file](https://drive.google.com/file/d/1Mh8zFUUTVFytj36su1_cc-KcL_hE3Z2R/view?usp=sharing) generated with HEAD version still crashed with largely the same crash traces: ```console Stack dump: 0. Program arguments: bin/mlir-opt...

The latest commit in the log is . commit 7b7d3b20ffec9f0af0534178117a7e0c250f6a79 (origin/main, origin/HEAD) Author: Nikita Popov Date: Tue Oct 11 09:53:08 2022 +0200 [AsmParser] Remove some redundant checks for align attributes...

I see, so the operation like ` %601 = arith.maxsi %103, %284 : tensor` is also not supported at HEAD? Because now I rerun --arith-expand on your provided file. This...

> I hit this same issue when accidentally using -DLLVM_TARGETS_TO_BUILD="X86" on an M1 Mac. Switching to -DLLVM_TARGETS_TO_BUILD="AArch64" built cleanly. That's exactly the mistake I've made. Thanks for your help!