[Mlir-commits] [mlir] Make createReadOrMaskedRead a utility (PR #89119)
Matthias Springer
llvmlistbot at llvm.org
Thu Apr 18 01:23:56 PDT 2024
================
@@ -1616,6 +1616,12 @@ void populateSplitReductionPattern(
const ControlSplitReductionFn &controlSplitReductionFn,
bool useAlloc = false);
+/// Create a TransferReadOp from `source` with static shape `readShape`. If the
----------------
matthias-springer wrote:
Can you update the comment and describe `doMasking`. (Maybe I'd also rename it to just `masking`.)
https://github.com/llvm/llvm-project/pull/89119
More information about the Mlir-commits
mailing list