summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Assume ECC is enabled by default if supportedMatt Arsenault2019-04-031-0/+24
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. llvm-svn: 357558
OpenPOWER on IntegriCloud