AMDGPU: Fix names for generation features
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 3 Apr 2019 00:01:03 +0000 (00:01 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 3 Apr 2019 00:01:03 +0000 (00:01 +0000)
commit45c165b9172045df7e853c0d0e32272cf8729fa2
tree7e7645560ef8984dc526f70e8ba9d095921b8108
parent0583d9ea8d5edc60d84971ced29db042b59302ba
AMDGPU: Fix names for generation features

We should overall stop using these, but the uppercase name didn't
work. Any feature string is converted to lowercase, so these
could never be found in the table.

llvm-svn: 357541
llvm/lib/Target/AMDGPU/AMDGPU.td
llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/R600Processors.td