[llvm-branch-commits] [clang] [llvm] [OffloadBundler] Rework the ctor of `OffloadTargetInfo` to support AMDGPU's generic target (PR #122629)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 14 11:26:20 PST 2025


shiltian wrote:

> how about assuming the strict triple format first, this will make the generic GPU arch work with strict triple.

That doesn't work if someone write a 3-tuple with a generic target because neither pass can handle that.

https://github.com/llvm/llvm-project/pull/122629


More information about the llvm-branch-commits mailing list