[all-commits] [llvm/llvm-project] 00b7d9: Stop stripping the `std.` prefix when printing ope...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Oct 5 19:36:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00b7d951828cdc56eab1ff7658214ffc4675ee0d
https://github.com/llvm/llvm-project/commit/00b7d951828cdc56eab1ff7658214ffc4675ee0d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M mlir/lib/IR/Operation.cpp
M mlir/test/IR/parser.mlir
Log Message:
-----------
Stop stripping the `std.` prefix when printing operations in a region with a defined default dialect
This fixes round-trip / ambiguity when an operation in the standard dialect would
have the same name as an operation in the default dialect.
Differential Revision: https://reviews.llvm.org/D111204
More information about the All-commits
mailing list