[Mlir-commits] [mlir] [mlir][VectorOps] Support string literals in `vector.print` (PR #68695)
Cullen Rhodes
llvmlistbot at llvm.org
Wed Oct 11 05:36:42 PDT 2023
================
@@ -2476,12 +2477,18 @@ def Vector_TransposeOp :
}
def Vector_PrintOp :
- Vector_Op<"print", []>,
+ Vector_Op<"print", [
+ PredOpTrait<
+ "`source` or `punctuation` are not set printing strings",
----------------
c-rhodes wrote:
`are not set when printing strings`
https://github.com/llvm/llvm-project/pull/68695
More information about the Mlir-commits
mailing list