llvm-capstone/mlir
Jing Pu eddf4dc869 Fix SourceMgrDiagnosticHandler::convertLocToSMLoc for unknown line/column scenerio.
Summary: FileLineColLoc allows the column and line to be zero to represent unknown column and/or unknown line/column information. However, SourceMgr::FindLocForLineAndColumn treats line 0 and col 0 valid and pointing to the first line and col, respectively. To adapt this mismatch in semantics, we explicitly check line/col being zeros in SourceMgrDiagnosticHandler::convertLocToSMLoc

Differential Revision: https://reviews.llvm.org/D80258
2020-06-15 16:15:12 -07:00
..
cmake/modules Install the MLIRTableGen static library. 2020-06-11 18:23:24 -07:00
docs [mlir] Affine symbols: do not expect AffineScope to always exist 2020-06-15 17:55:49 +02:00
examples [mlir] Remove OperandAdaptor 2020-06-15 06:01:31 -07:00
include [mlir][DialectConversion] Add overload of addDynamicallyLegalDialect to support lambdas 2020-06-15 15:57:44 -07:00
integration_test [mlir] [integration-test] [VectorOps] Start an integration test directory for MLIR 2020-06-15 11:05:58 -07:00
lib Fix SourceMgrDiagnosticHandler::convertLocToSMLoc for unknown line/column scenerio. 2020-06-15 16:15:12 -07:00
test [mlir][DialectConversion] Add overload of addDynamicallyLegalDialect to support lambdas 2020-06-15 15:57:44 -07:00
tools [mlir][Linalg] Retire C++ MatmulOp in favor of a linalg-ods-gen'd op. 2020-06-15 18:14:15 -04:00
unittests [mlir][spirv] Enhance structure type member decoration handling 2020-06-12 17:57:14 -04:00
utils [MLIR][NFC] Update vim syntax file 2020-06-14 18:03:26 +05:30
.clang-format
.clang-tidy
CMakeLists.txt [mlir] [integration_test] Make integration tests default OFF 2020-06-15 14:33:18 -07:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.