jdoerfert wrote:

If we make being declare variant elide on a user defined compile time 
condition, we could use the change in the `EF_AMDGPU_MACH_AMDGCN_LAST` value to 
determine a minimum version:
```
EF_AMDGPU_MACH_AMDGCN_LAST <= EF_AMDGPU_MACH_AMDGCN_GFX1013,
```
It's not possible right now but not hard to do.

https://github.com/llvm/llvm-project/pull/95484
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to