[Mlir-commits] [mlir] [mlir][vector] Add support for vector.maskedstore sub-type emulation. (PR #73871)

Diego Caballero llvmlistbot at llvm.org
Thu Nov 30 03:08:49 PST 2023


================
@@ -32,6 +32,78 @@ using namespace mlir;
 #define DBGSNL() (llvm::dbgs() << "\n")
 #define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
 
+/// Returns a compressed mask. The mask value is set only if any mask is present
+/// in the the scale range. E.g., if `scale` equals to 2, the following mask:
----------------
dcaballe wrote:

typo

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


More information about the Mlir-commits mailing list