This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Handle assorted no-op intrinsics
ClosedPublic

Authored by arsenm on Jul 29 2020, 6:01 AM.

Details

Summary

SelectionDAGBuilder just drops these, so do the same.

Diff Detail

Event Timeline

arsenm created this revision.Jul 29 2020, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2020, 6:01 AM
arsenm requested review of this revision.Jul 29 2020, 6:01 AM
arsenm updated this revision to Diff 281551.Jul 29 2020, 6:32 AM
arsenm retitled this revision from GlobalISel: Handle llvm.expect to GlobalISel: Handle assorted no-op intrinsics.
arsenm edited the summary of this revision. (Show Details)

Handle a few more that just forward the argument

This revision is now accepted and ready to land.Jul 29 2020, 9:40 AM