[flang-commits] [clang] [flang] [lld] [lldb] [llvm] AMDGPU: Introduce amdgpu triple arch (PR #206480)

Matt Arsenault via flang-commits flang-commits at lists.llvm.org
Tue Jul 7 09:01:12 PDT 2026


================
@@ -874,6 +880,24 @@ AMDGPUTargetMachine::AMDGPUTargetMachine(const Target &T, const Triple &TT,
       TLOF(createTLOF(getTargetTriple())) {
   initAsmInfo();
   if (TT.isAMDGCN()) {
+    // Triple is missing a representation for non-empty, but unrecognized
----------------
arsenm wrote:

Probably, I don't want to do any more triple yak shaving before this 

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


More information about the flang-commits mailing list