This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add basic folds for llvm.amdgcn.log
ClosedPublic

Authored by arsenm on Jun 12 2023, 4:42 AM.

Details

Reviewers
foad
jhuber6
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

arsenm created this revision.Jun 12 2023, 4:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 4:42 AM
arsenm requested review of this revision.Jun 12 2023, 4:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 4:42 AM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Jun 12 2023, 5:20 AM
foad added inline comments.
llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
457

Could use Src instead of creating a new poison?

This revision is now accepted and ready to land.Jun 12 2023, 5:20 AM