This patch ensures that index integer attributes can only be
constructed with APInts whose widths are equal to the index
internal storage bitwidth (64).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D133059
[mlir] Ensure index attrs are always 64-bit APInts ClosedPublic Authored by Mogball on Aug 31 2022, 3:09 PM.
Details Summary This patch ensures that index integer attributes can only be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 31 2022, 3:29 PM Closed by commit rG76f097cf1472: [mlir] Ensure index attrs are always 64-bit APInts (authored by Mogball). · Explain WhyAug 31 2022, 3:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 457103 mlir/lib/IR/BuiltinAttributes.cpp
|