[Mlir-commits] [mlir] [mlir][spirv] Add tests for `scf.while` and `scf.for` in `convert-to-spirv` pass (PR #102528)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Aug 9 08:36:27 PDT 2024
kuhar wrote:
I think we can check that they produce `spirv.mlir.loop`, `spirv.Branch`, etc., but not the exact instruction sequence. This way we will know that the conversion produced something reasonable, end the exact expansion is tested in the scf to spirv test.
https://github.com/llvm/llvm-project/pull/102528
More information about the Mlir-commits
mailing list