This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Added __builtin_amdgcn_ds_bvh_stack_rtn
ClosedPublic

Authored by rampitec on Sep 15 2022, 12:48 PM.

Diff Detail

Event Timeline

rampitec created this revision.Sep 15 2022, 12:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2022, 12:48 PM
rampitec requested review of this revision.Sep 15 2022, 12:48 PM
nlopes added inline comments.Sep 15 2022, 1:07 PM
clang/lib/CodeGen/CGBuiltin.cpp
16910

Please use PoisonValue here and whenever you need a placeholder value.
Thank you!

yaxunl accepted this revision.Sep 15 2022, 1:15 PM

LGTM. Thanks.

This revision is now accepted and ready to land.Sep 15 2022, 1:15 PM
rampitec updated this revision to Diff 460510.Sep 15 2022, 2:26 PM
rampitec marked an inline comment as done.

Using PoisonValue instead of UndefValue.

foad accepted this revision.Sep 16 2022, 1:46 AM
This revision was landed with ongoing or failed builds.Sep 16 2022, 2:42 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2022, 2:42 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript