This is an archive of the discontinued LLVM Phabricator instance.

clang/AMDGPU: Don't set implicit arg attribute to default size
ClosedPublic

Authored by arsenm on Dec 6 2021, 6:24 AM.

Details

Summary

Since 2959e082e1427647e107af0b82770682eaa58fe1, we conservatively
assume all inputs are enabled by default. This isn't the best
interface for controlling these anyway, since it's not granular and
only allows trimming the last fields.

Diff Detail

Event Timeline

arsenm created this revision.Dec 6 2021, 6:24 AM
arsenm requested review of this revision.Dec 6 2021, 6:24 AM
JonChesterfield accepted this revision.Dec 9 2021, 7:52 AM

Great, thanks!

This revision is now accepted and ready to land.Dec 9 2021, 7:52 AM
clang/lib/CodeGen/TargetInfo.cpp