This is an archive of the discontinued LLVM Phabricator instance.

Fix induction variable type in scf.for py binding.
ClosedPublic

Authored by bythew3i on Sep 20 2023, 3:06 PM.

Details

Summary
  • make sure that the type of induction variable should be determined by the type of the lower bound type.

Diff Detail

Event Timeline

bythew3i created this revision.Sep 20 2023, 3:06 PM
Herald added a project: Restricted Project. · View Herald Transcript
bythew3i requested review of this revision.Sep 20 2023, 3:07 PM
ftynse accepted this revision.Sep 21 2023, 1:06 AM
This revision is now accepted and ready to land.Sep 21 2023, 1:06 AM
This revision was automatically updated to reflect the committed changes.