This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove AMDGPUISelDAGToDAG::isKnownNeverNaN
ClosedPublic

Authored by tsymalla on Nov 29 2022, 12:04 PM.

Details

Summary

This function removes the mentioned function, as it only does two
checks which are already implemented as part of
SelectionDAG::isKnownNeverNaN - which is called there.

Diff Detail

Event Timeline

tsymalla created this revision.Nov 29 2022, 12:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 12:04 PM
tsymalla requested review of this revision.Nov 29 2022, 12:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 12:04 PM
tsymalla updated this revision to Diff 478671.Nov 29 2022, 12:06 PM

Remove linter message

arsenm accepted this revision.Nov 29 2022, 12:07 PM
This revision is now accepted and ready to land.Nov 29 2022, 12:07 PM
This revision was automatically updated to reflect the committed changes.
foad added a comment.Nov 30 2022, 1:44 AM

Remove AMDGPUISelDAGToDAG::isKnownNeverNaN

You actually removed AMDGPUDAGToDAGISel::isNoNanSrc!