[llvm-branch-commits] [clang] [CIR][AMDGPU] Lower Language specific address spaces and implement AMDGPU target (PR #179084)
David Rivera via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 13 02:33:58 PDT 2026
RiverDave wrote:
This has gotten updated - some key things:
- The current design on the langAS -> TargetAS conversion is currently inspired by our CXXABILowering. They serve different purposes but the intention remained the same. We need to rewrite all ops that may hold pointer types with an AS qualifier, that's our intrinsic legalization condition.
This branch is fairly outdated (I think CI might be failing due to that) so I'll rebase it when https://github.com/llvm/llvm-project/pull/179082 lands.
https://github.com/llvm/llvm-project/pull/179084
More information about the llvm-branch-commits
mailing list