iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.83k stars 611 forks source link

Padding failures after LLVM bump #18517

Open nirvedhmeshram opened 1 month ago

nirvedhmeshram commented 1 month ago

Failure is seen in following tests LLVMCPU/test/pipeline_pad_tests.mlir An example of IR from pipeline_tile_and_fuse.mlir is here https://gist.github.com/nirvedhmeshram/3349f2739dfb529fa4800040bf1c8490 It needs to be verified that the IR generated is what we want and then the CHECK's need to be updated, the reason for this change is this PR https://github.com/llvm/llvm-project/pull/108032

nirvedhmeshram commented 1 month ago

@Groverkss this is not urgent, so whenever you have cycles could you please take a look.

hanhanW commented 1 month ago

I'll take a look when I have cycles. The pipeline is really not used at all, so it is on low priorities.