This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] drop getIsFP td helper
ClosedPublic

Authored by rampitec on Oct 17 2019, 2:19 PM.

Details

Summary

We already have isFloatType helper, and they are out of sync.
Drop one and merge the type list.

Diff Detail

Event Timeline

rampitec created this revision.Oct 17 2019, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2019, 2:19 PM
arsenm accepted this revision.Oct 17 2019, 2:32 PM
This revision is now accepted and ready to land.Oct 17 2019, 2:32 PM
This revision was automatically updated to reflect the committed changes.