[all-commits] [llvm/llvm-project] 80d981: Revert "[IR] Add a Location to BlockArgument." and...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue May 18 19:26:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80d981eda69f1ada6d944ed89571456cad13b850
https://github.com/llvm/llvm-project/commit/80d981eda69f1ada6d944ed89571456cad13b850
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M mlir/include/mlir/IR/Block.h
M mlir/include/mlir/IR/Builders.h
M mlir/include/mlir/IR/OpImplementation.h
M mlir/include/mlir/IR/Value.h
M mlir/lib/IR/AsmPrinter.cpp
M mlir/lib/IR/Block.cpp
M mlir/lib/IR/Builders.cpp
M mlir/lib/IR/FunctionImplementation.cpp
M mlir/lib/IR/Value.cpp
M mlir/lib/Parser/Lexer.cpp
M mlir/lib/Parser/Parser.cpp
M mlir/test/IR/locations.mlir
M mlir/test/Transforms/test-legalize-type-conversion.mlir
M mlir/test/mlir-tblgen/pattern.mlir
Log Message:
-----------
Revert "[IR] Add a Location to BlockArgument." and follow-on commit
"[mlir] Speed up Lexer::getEncodedSourceLocation"
This reverts commit 3043be9d2db4d0cdf079adb5e1bdff032405e941 and commit
861d69a5259653f60d59795597493a7939b794fe.
This change resulted in printing textual MLIR that can't be parsed; see
review thread https://reviews.llvm.org/D102567 for details.
More information about the All-commits
mailing list