]> granicus.if.org Git - llvm/commit
AMDGPU: Combine fp16/fp64 subtarget features
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 23 Jan 2017 22:31:03 +0000 (22:31 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 23 Jan 2017 22:31:03 +0000 (22:31 +0000)
commitf3a691f0b081077b13e8d462f841aaaf58d20211
treeba16491f56b699d653281e021cc8495b02d2bb52
parent924f39dc83538ecd8d04a88cc413f957355ffbde
AMDGPU: Combine fp16/fp64 subtarget features

The same control register controls both, and are set to
the same defaults. Keep the old names around as aliases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292837 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
test/CodeGen/AMDGPU/default-fp-mode.ll
test/CodeGen/AMDGPU/fcanonicalize.f16.ll
test/CodeGen/AMDGPU/fcanonicalize.ll
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll
test/CodeGen/AMDGPU/fmuladd.f16.ll
test/CodeGen/AMDGPU/hsa-fp-mode.ll
test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll
test/CodeGen/AMDGPU/v_mac.ll
test/CodeGen/AMDGPU/v_mac_f16.ll
test/CodeGen/AMDGPU/v_madak_f16.ll