This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Assume ECC is enabled by default if supported
ClosedPublic

Authored by arsenm on Apr 1 2019, 5:32 PM.

Details

Summary

The test should really be checking for the property directly in the
code object headers, but there are problems with this. I don't see
this directly represented in the text form, and for the binary
emission this is depending on a function level subtarget feature to
emit a global flag.

Diff Detail

Event Timeline

arsenm created this revision.Apr 1 2019, 5:32 PM
arsenm updated this revision to Diff 193224.Apr 1 2019, 7:31 PM

Ignore for inlining purposes

kzhuravl accepted this revision.Apr 1 2019, 9:46 PM

LGTM

This revision is now accepted and ready to land.Apr 1 2019, 9:46 PM
arsenm closed this revision.Apr 2 2019, 6:57 PM

r357558