[flang-commits] [flang] [mlir][VectorOps] Support string literals in `vector.print` (PR #68695)

Cullen Rhodes via flang-commits flang-commits at lists.llvm.org
Wed Oct 11 05:36:40 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 flang-commits mailing list