[Mlir-commits] [mlir] [mlir][VectorOp] Move VectorMaskOpConversionBase template to header (NFC) (PR #69341)

Diego Caballero llvmlistbot at llvm.org
Tue Oct 17 10:19:35 PDT 2023


https://github.com/dcaballe approved this pull request.

LG but just a design comment. If you have a chance, make sure you lower the vector mask before we lower to LLVM when possible. Lowering both at the same time can get unnecessarily complicated.

https://github.com/llvm/llvm-project/pull/69341


More information about the Mlir-commits mailing list