[all-commits] [llvm/llvm-project] ee2de9: [MLIR] LLVM dialect: modernize and cleanups
Frank Laub via All-commits
all-commits at lists.llvm.org
Fri Jan 17 17:11:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee2de95507a1fc81069c9b521be891abfe1379fb
https://github.com/llvm/llvm-project/commit/ee2de95507a1fc81069c9b521be891abfe1379fb
Author: Frank Laub <frank.laub at intel.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
Log Message:
-----------
[MLIR] LLVM dialect: modernize and cleanups
Summary:
Modernize some of the existing custom parsing code in the LLVM dialect.
While this reduces some boilerplate code, it also reduces the precision
of the diagnostic error messges.
Reviewers: ftynse, nicolasvasilache, rriddle
Reviewed By: rriddle
Subscribers: merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72967
More information about the All-commits
mailing list