[all-commits] [llvm/llvm-project] 968280: [mlir-translate] Teach these tools about --allow-u...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Thu Feb 3 09:00:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 968280bc401292f1070f41eb1e03e94c331923f9
https://github.com/llvm/llvm-project/commit/968280bc401292f1070f41eb1e03e94c331923f9
Author: Chris Lattner <clattner at nondot.org>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M mlir/lib/Translation/Translation.cpp
A mlir/test/mlir-translate/unregistered-dialects.mlir
Log Message:
-----------
[mlir-translate] Teach these tools about --allow-unregistered-dialect
Some translations do work with unregistered dialects, this allows one
to write testcases against them. It works the same way as it does for
mlir-opt.
Differential Revision: https://reviews.llvm.org/D118872
More information about the All-commits
mailing list