This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Reduce number of calls to computeKnownFPClass and pass all arguments
ClosedPublic

Authored by arsenm on Apr 11 2023, 2:19 PM.

Details

Reviewers
jcranmer-intel
jdoerfert
foad
Group Reviewers
Restricted Project
Summary

Makes assumes work for this case.

Diff Detail

Event Timeline

arsenm created this revision.Apr 11 2023, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 2:19 PM
arsenm requested review of this revision.Apr 11 2023, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 2:19 PM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Apr 12 2023, 3:22 AM

LGTM with comment fixed.

llvm/include/llvm/Analysis/ValueTracking.h
378

"never contain"

This revision is now accepted and ready to land.Apr 12 2023, 3:22 AM