River Riddle
e21adfa32d
[mlir] Mark LogicalResult as LLVM_NODISCARD
...
This makes ignoring a result explicit by the user, and helps to prevent accidental errors with dropped results. Marking LogicalResult as no discard was always the intention from the beginning, but got lost along the way.
Differential Revision: https://reviews.llvm.org/D95841
2021-02-04 15:10:10 -08:00
Kazuaki Ishizaki
f88fab5006
[mlir] NFC: fix trivial typos
...
fix typo under include and lib directories
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D94220
2021-01-08 02:10:12 +09:00
David Blaikie
9f310bec34
Add missing override (& fix an else-after-return while I'm here)
2020-11-11 12:29:08 -08:00
Stella Laurenzo
ac3587f272
NFC: (re-apply) Fix some post-review nits for the Tosa dialect.
...
This reverts commit 330398052d049f90e6cfac80ab8b765b158a3e61.
Differential Revision: https://reviews.llvm.org/D91006
2020-11-07 10:02:56 -08:00
Stella Laurenzo
330398052d
Revert "NFC: Fix some post-review nits for the Tosa dialect."
...
* Introduced issue in debug builds.
This reverts commit b5fcd06105dec2a7b0e4114d6ad4524fc54498c5.
2020-11-07 09:35:49 -08:00
Stella Laurenzo
b5fcd06105
NFC: Fix some post-review nits for the Tosa dialect.
...
* Moved various loose functions to either the mlir::tosa namespace or made static
* Fixed an unused variable warning in TosaMakeBroadcastable.cpp.
2020-11-07 08:54:31 -08:00
Suraj Sudhir
b28121133d
TOSA MLIR Dialect
...
This is the TOSA MLIR Dialect described in the following MLIR RFC: https://llvm.discourse.group/t/rfc-tosa-dialect-in-mlir/1971/24
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D90411
2020-11-07 08:38:09 -08:00