Integer types in Std dialect are signless so we should be checking
for signless integer type instead of signed integer type in EDSC.
Authored by Adam Straw <adam.d.straw@intel.com>
Paths
| Differential D78144
[mlir] Fix assert on signed integer type in EDSC ClosedPublic Authored by dcaballe on Apr 14 2020, 12:54 PM.
Details Summary Integer types in Std dialect are signless so we should be checking Authored by Adam Straw <adam.d.straw@intel.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 14 2020, 1:03 PM Closed by commit rG2f8b4545f496: [mlir] Fix assert on signed integer type in EDSC (authored by adstraw, committed by dcaballe). · Explain WhyApr 14 2020, 4:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 257551 mlir/lib/Dialect/Affine/EDSC/Builders.cpp
|