This allows using the | operator on the values of enum attributes
in complie-time constants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133159
[mlir] Make bit enum operators constexpr ClosedPublic Authored by krzysz00 on Sep 1 2022, 2:48 PM.
Details Summary This allows using the | operator on the values of enum attributes
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 6 2022, 9:53 AM Closed by commit rG405af8e520ec: [mlir] Make bit enum operators constexpr (authored by krzysz00). · Explain WhySep 6 2022, 10:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 458212 mlir/tools/mlir-tblgen/EnumsGen.cpp
|