[Mlir-commits] [mlir] [mlir][Vector] Infer mask and pass_thru types for maskedload/store (PR #131482)

Kunwar Grover llvmlistbot at llvm.org
Wed Mar 19 17:50:20 PDT 2025


Groverkss wrote:

Actually, I just read the meeting notes again. I'm instead going to:

1. PR1: Change tablegen verifiers for all vector ops that have mask and pass_thru and convert it to tablegen constraints. Keeping consistency. This should be an NFC really.
2. PR2: Remove pass_thru type from assembly format for all the above ops. I think based on @dcaballe 's review, this should be non controversial as well.
3. PR3: Remove mask type from assembly format. I think this is something we disagree on and I'm willing to just let this pr hang until we decide to close it or land it.

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


More information about the Mlir-commits mailing list