[all-commits] [llvm/llvm-project] 4b12f4: Fix crash in MLIR opaque attribute parser
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Jan 19 15:36:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b12f4b2b1a24102658bca9f7c07bed85f95ff9d
https://github.com/llvm/llvm-project/commit/4b12f4b2b1a24102658bca9f7c07bed85f95ff9d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M mlir/lib/Parser/AttributeParser.cpp
M mlir/test/IR/attribute.mlir
Log Message:
-----------
Fix crash in MLIR opaque attribute parser
An assertion is triggered when the dialect is malformed.
Differential Revision: https://reviews.llvm.org/D117709
More information about the All-commits
mailing list