This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: Handle extractelement and extractvalue in computeKnownFPClass
ClosedPublic

Authored by arsenm on Apr 12 2023, 4:19 PM.

Diff Detail

Event Timeline

arsenm created this revision.Apr 12 2023, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 4:19 PM
arsenm requested review of this revision.Apr 12 2023, 4:19 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Apr 13 2023, 1:30 AM

Seems reasonable. It would be nice to have some tests for vector sources where only some elements are known to be non-nan, but I guess they are hard to write.

This revision is now accepted and ready to land.Apr 13 2023, 1:30 AM

Seems reasonable. It would be nice to have some tests for vector sources where only some elements are known to be non-nan, but I guess they are hard to write.

I think they're unwritable as-is. This is testable after insertelement is handled in D148186