This is an archive of the discontinued LLVM Phabricator instance.

[SDAG] try multi-use demanded bits folds for 'add'
AbandonedPublic

Authored by spatel on Sep 13 2022, 12:18 PM.

Details

Reviewers
None
Summary

This is the codegen equivalent of D133788. Test diffs are all over the place, so we'd need to do some digging on the regressions before proceeding.

Diff Detail

Event Timeline

spatel created this revision.Sep 13 2022, 12:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 12:18 PM
spatel requested review of this revision.Sep 13 2022, 12:18 PM

@spatel Thanks for checking - it doesn't look that worthwhile atm

spatel abandoned this revision.Sep 14 2022, 7:28 AM

Abandoning - the equivalent change for IR is:
73919a87e9a6f8cf
...so I'll see if any regressions surface from that.