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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks River :)
mlir/include/mlir/IR/Attributes.h | ||
---|---|---|
132 | nit: dyn_cast_if_present? Or, add dyn_cast_if_present to Attribute? |
nit: dyn_cast_if_present? Or, add dyn_cast_if_present to Attribute?