This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix FloorDivSIOpConverter that was failing for index type after the arithmetic op refactor
ClosedPublic

Authored by Holman on Oct 20 2021, 3:55 PM.

Details

Summary

ConstantOp should be used instead of ConstantIntOp to be able to support index type.

Diff Detail

Event Timeline

Holman created this revision.Oct 20 2021, 3:55 PM
Holman requested review of this revision.Oct 20 2021, 3:55 PM
Mogball accepted this revision.Oct 20 2021, 4:08 PM

Thanks

This revision is now accepted and ready to land.Oct 20 2021, 4:08 PM

Can someone help me get this checked in?