Open BealZephyr opened 1 year ago
Test on commit: #939f5a33 Steps to reproduce:
mlir-opt -convert-spirv-to-llvm test.mlir
test case:
module { func.func @const() -> () { %8 = spv.Constant [dense<3.0> : vector<2xf32>] : !spv.array<1xvector<2xf32>> return } }
error message:
/home/ty/test.mlir:3:8: error: failed to legalize operation 'spv.Constant' that was explicitly marked illegal %8 = spv.Constant [dense<3.0> : vector<2xf32>] : !spv.array<1xvector<2xf32>> ^
@llvm/issue-subscribers-mlir-spirv
Test on commit: #939f5a33 Steps to reproduce:
test case:
error message: