Fixes PR38071.
Details
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 20062 Build 20062: arc lint + arc unit
Event Timeline
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
3942–3944 | That would require moving another function (isAMDCodeObjectV2) into the AMDGPUCommonSubtarget class. I've been trying not to add more things to this class, but I can make this change. |
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
3942–3944 | This ABI stuff probably does need to move there, but my main concern is how this broke so subtly |
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
3942–3944 | AMDGPUSubtarget is now GCN specific, so I just forgot to rename AMDGPUSubtarget->AMDGPUCommonSubtarget. I have a few cleanups to do after splitting the targets and making the subtarget names make sense is one of them. |
I don't really know anything about the AMDGPU target, so I'll resign as reviewer to make that clear, but thanks for notifying me about the fix!
Weird formatting