The direct lowering of vector.broadcast into LLVM has been replaced by
progressive lowering into elementary vector ops. This also required a
small refactoring of a llvm.mlir test that used a direct vector.broadcast
operator (just to define a matmul).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo