[Mlir-commits] [mlir] [MLIR] Fix VectorEmulateNarrowType constant op mask bug (PR #116064)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Nov 14 14:30:02 PST 2024


lialan wrote:

@banach-space Thanks for the review! I've updated according to your suggestions. I also added a masked store test case to illustrate the effect. Given that `maskedstore` does not support unaligned emulation yet (which is on my todo list), I only added 1 of it (the aligned case). 

I think what really helps is to use more meaningful names in the test, it is quite self-explanatory!

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


More information about the Mlir-commits mailing list