This is an archive of the discontinued LLVM Phabricator instance.

Add ArithBuilder::sub, make add, mul work with IndexTypes.
ClosedPublic

Authored by jreiffers on Sep 5 2022, 2:28 AM.

Details

Summary

sgt and slt already worked with IndexTypes, the others did not.

Diff Detail

Event Timeline

jreiffers created this revision.Sep 5 2022, 2:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2022, 2:28 AM
jreiffers requested review of this revision.Sep 5 2022, 2:28 AM
pifon2a accepted this revision.Sep 5 2022, 2:39 AM

Thank you. I wonder, why it was not added before...

This revision is now accepted and ready to land.Sep 5 2022, 2:39 AM