This is an archive of the discontinued LLVM Phabricator instance.

[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
for signless integer type instead of signed integer type in EDSC.

Authored by Adam Straw <adam.d.straw@intel.com>

Diff Detail

Event Timeline

dcaballe created this revision.Apr 14 2020, 12:54 PM
rriddle accepted this revision.Apr 14 2020, 1:03 PM
This revision is now accepted and ready to land.Apr 14 2020, 1:03 PM
This revision was automatically updated to reflect the committed changes.