This is an archive of the discontinued LLVM Phabricator instance.

One-shot-bufferize: allow non-tensor arguments in scg.while/for.
ClosedPublic

Authored by jreiffers on Sep 7 2022, 5:36 AM.

Details

Summary

Currently, one-shot-bufferize crashes as soon as there's
a mixture of tensor and non-tensor arguments. This seems
to happen for no good reason.

Diff Detail

Event Timeline

jreiffers created this revision.Sep 7 2022, 5:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 5:36 AM
jreiffers requested review of this revision.Sep 7 2022, 5:36 AM
springerm accepted this revision.Sep 7 2022, 6:32 AM
This revision is now accepted and ready to land.Sep 7 2022, 6:32 AM