b-sumner added inline comments. ================ Comment at: lib/Basic/Targets/AMDGPU.h:103 + bool HasFP64; + bool HasFastFMA; }; ---------------- I guess the HasFastFMA is for simplicity? It is a synonym for HasFP64. https://reviews.llvm.org/D43414