[Mlir-commits] [mlir] [MLIR][VCIX] Support VCIX intrinsics in LLVMIR dialect (PR #75875)

Diego Caballero llvmlistbot at llvm.org
Wed Jan 31 16:46:31 PST 2024


https://github.com/dcaballe commented:

I went over it again. It looks mostly ready! 

Regarding testing, I meant you could add a test conversion pass to make sure this is a bit more exercised. You can go to mlir/test/lib/Conversion/VectorToVCIX (or any other dialect) and create a TestVectorToVCIXPass there that does a dummy conversion from arbitrary vector ops to vcix ops. Then you can create a test file using that pass under mlir/test/Conversion/VectorToVCIX. That should be all!

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


More information about the Mlir-commits mailing list