This is an archive of the discontinued LLVM Phabricator instance.

[shape] More constant folding
ClosedPublic

Authored by silvas on Apr 24 2020, 11:13 AM.

Details

Summary
  • shape split_at
  • shape.broadcast
  • shape.concat
  • shape.to_extent_tensor

Depends On D78754

Diff Detail

Event Timeline

silvas created this revision.Apr 24 2020, 11:13 AM
Herald added a project: Restricted Project. · View Herald Transcript
jpienaar accepted this revision.Apr 24 2020, 3:24 PM

Looks good modulo the same error case comment from last rev, thanks

This revision is now accepted and ready to land.Apr 24 2020, 3:24 PM

We currently don't try to constant fold error cases, so that is why we don't try to handle it here.

This revision was automatically updated to reflect the committed changes.