[llvm] [AMDGPU][Attributor] Infer inreg attribute in `AMDGPUAttributor` (PR #146720)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 07:58:57 PDT 2025
================
@@ -514,9 +514,9 @@ define internal void @callee_no_alias_addr_space_select(ptr %ptr1, ptr %ptr2, pt
ret void
}
-define internal void @callee_alias_addr_space_branch(ptr %ptr1, ptr %ptr2, ptr %ptr3, i1 %cond1, i1 %cond2, i32 %val, i32 %offset) #0 {
+define internal void @callee_alias_addr_space_branch(ptr %ptr1, ptr %ptr2, ptr %ptr3, i1 %cond1, i1 %cond2, i32 %val) #0 {
----------------
shiltian wrote:
https://github.com/llvm/llvm-project/pull/149826 has part of this change regarding the function signature, but Graphite doesn't support retarget a PR. It will be gone after https://github.com/llvm/llvm-project/pull/149826 is merged.
https://github.com/llvm/llvm-project/pull/146720
More information about the llvm-commits
mailing list