[PATCH] D145579: [Clang][Flang][AMDGPU] Add support for AMDGPU to Flang driver

Dominik Adamski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 00:04:01 PDT 2023


domada added a comment.

In D145579#4224157 <https://reviews.llvm.org/D145579#4224157>, @tschuett wrote:

> Do you want to move the AMDGPU changes into AMDGPU.cpp next to AMD.cpp? From the conversation, there seems to be more target specific behaviours.

@tschuett No. I don't plan to further refactor AMDGPU::TargeTInfo Clang class. My current goal is to add function attributes to the LLVM IR for Fortran OpenMP code and I don't need to make more changes in Clang to finish my goal.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145579/new/

https://reviews.llvm.org/D145579



More information about the cfe-commits mailing list