[all-commits] [llvm/llvm-project] 96c23e: [mlir][EmitC] Use declarative assembly format for ...
Simon Camphausen via All-commits
all-commits at lists.llvm.org
Thu Jan 4 06:43:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96c23ebd3b28f034784eab66393ea9a46e45c6ee
https://github.com/llvm/llvm-project/commit/96c23ebd3b28f034784eab66393ea9a46e45c6ee
Author: Simon Camphausen <simon.camphausen at iml.fraunhofer.de>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitCAttributes.td
M mlir/include/mlir/Dialect/EmitC/IR/EmitCTypes.td
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
Log Message:
-----------
[mlir][EmitC] Use declarative assembly format for opaque types and attributes (#76066)
The parser and printer of string attributes were changed to handle
escape sequences. Therefore, we no longer require a custom parser and
printer. Verification is moved from the parser to the verifier
accordingly.
More information about the All-commits
mailing list