[all-commits] [llvm/llvm-project] ecb17d: [mlir] Update Attributes to use the new casting infra
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Sep 20 23:46:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecb17da819b9a9a83a5c9051466f1ae8c3b01713
https://github.com/llvm/llvm-project/commit/ecb17da819b9a9a83a5c9051466f1ae8c3b01713
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M mlir/include/mlir/IR/Attributes.h
Log Message:
-----------
[mlir] Update Attributes to use the new casting infra
This allows for using the llvm namespace cast methods instead
of the ones on the Attribute class. The Attribute class methods
are kept for now, but we'll want to remove these eventually
(with a really long lead time).
Differential Revision: https://reviews.llvm.org/D134327
Commit: 019e20758542823372e36fbd04ca9dc8b3f6b088
https://github.com/llvm/llvm-project/commit/019e20758542823372e36fbd04ca9dc8b3f6b088
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M mlir/include/mlir/IR/Types.h
Log Message:
-----------
[mlir][NFC] Tidy up the doc comment on CastInfo for Types
This had quite a few grammatical errors and typos.
Compare: https://github.com/llvm/llvm-project/compare/539fa1df4634...019e20758542
More information about the All-commits
mailing list