arsenm wrote:
> It's the same code already reviewed downstream. LGTM.
The commit message is still not helpful
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mail
https://github.com/cmc-rep closed
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
It's the same code already reviewed downstream. LGTM.
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
cmc-rep wrote:
Also, I added the piece in AMDGPULowerModuleLDS during internal review because
other reviewers want to see the functional completeness.
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm
@@ -920,6 +920,124 @@ class AMDGPULowerModuleLDS {
return KernelToCreatedDynamicLDS;
}
+ static GlobalVariable *uniquifyGVPerKernel(Module &M, GlobalVariable *GV,
cmc-rep wrote:
This goes together with the change in AMDGPUMachineFunction.cpp
https://g
@@ -920,6 +920,124 @@ class AMDGPULowerModuleLDS {
return KernelToCreatedDynamicLDS;
}
+ static GlobalVariable *uniquifyGVPerKernel(Module &M, GlobalVariable *GV,
cmc-rep wrote:
This is where the local pointer address is assigned for a named barrier be
@@ -920,6 +920,124 @@ class AMDGPULowerModuleLDS {
return KernelToCreatedDynamicLDS;
}
+ static GlobalVariable *uniquifyGVPerKernel(Module &M, GlobalVariable *GV,
arsenm wrote:
This still should be a separate PR
https://github.com/llvm/llvm-project/p
@@ -920,6 +920,124 @@ class AMDGPULowerModuleLDS {
return KernelToCreatedDynamicLDS;
}
+ static GlobalVariable *uniquifyGVPerKernel(Module &M, GlobalVariable *GV,
cmc-rep wrote:
I will add you to the internal review link. So you can see the review hist
https://github.com/cmc-rep edited
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/arsenm edited
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -920,6 +920,124 @@ class AMDGPULowerModuleLDS {
return KernelToCreatedDynamicLDS;
}
+ static GlobalVariable *uniquifyGVPerKernel(Module &M, GlobalVariable *GV,
arsenm wrote:
This looks like an unrelated, separate change
https://github.com/llvm/llv
https://github.com/arsenm commented:
Modify how? There seem to be too many things going on here. Description should
say how
https://github.com/llvm/llvm-project/pull/114550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.or
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Gang Chen (cmc-rep)
Changes
---
Patch is 132.19 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/114550.diff
21 Files Affected:
- (modified) clang/include/clang/Basic/BuiltinsAMDGPU.def (+6
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Gang Chen (cmc-rep)
Changes
---
Patch is 132.19 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/114550.diff
21 Files Affected:
- (modified) clang/include/clang/Basic/BuiltinsAMDGPU.def (+6-6
14 matches
Mail list logo