Issue 204149
Summary AMDGPU: tgsplit should not be a subtarget feature
Labels backend:AMDGPU
Assignees
Reporter arsenm
    Currently tgsplit is implemented as a subtarget feature. This should not be a subtarget feature. It is per-kernel control bit. This should be controlled by an IR attribute and the .amdhsa_tg_split assembler directive.
The subtarget feature should be if the target supports tgsplit, not that it's enabled. 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to