This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Restrict attributor transforms
ClosedPublic

Authored by arsenm on Aug 13 2021, 1:58 PM.

Details

Summary

We only really want this to add the custom attributes. Theoretically
the regular transforms were already run at this point. Touching
undefined behavior breaks a lot of tests when this is enabled by
default, many of which are expecting to test handling of undef
operations.

Diff Detail

Event Timeline

arsenm created this revision.Aug 13 2021, 1:58 PM
arsenm requested review of this revision.Aug 13 2021, 1:58 PM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Aug 17 2021, 9:13 AM