AMDGPU supports aliases now, so we can drop this case and leave it only
for the NVPTX target. Unfortunately it's unlikely that NVPTX will be
able to support this in the future due to their PTX language being very
limited.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/__support/common.h | ||
---|---|---|
19 | PTX did add support for aliases a while back, but we indeed don't use it at the moment. |
libc/src/__support/common.h | ||
---|---|---|
19 | Ah, probably should've checked the PTX reference. Now if they just made .section work outside of debug mode I'd be a happy camper. Guessing this just requires some effort in the backend to support it? Might be worthwhile. |
PTX did add support for aliases a while back, but we indeed don't use it at the moment.