We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727a051 commit ef08790Copy full SHA for ef08790
llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
@@ -240,7 +240,8 @@ class AMDGPUInformationCache : public InformationCache {
240
}
241
242
private:
243
- /// Check if the ConstantExpr \p CE requires the queue pointer.
+ /// Check if the ConstantExpr \p CE uses an addrspacecast from private or
244
+ /// local to flat. These casts may require the queue pointer.
245
static uint8_t visitConstExpr(const ConstantExpr *CE) {
246
uint8_t Status = NONE;
247
0 commit comments