The hardware doesn't support this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
456–460 ↗ | (On Diff #74400) | We shouldn't have to do this for flat if it is known to never access private memory, but I guess this function has no context for where it is being used to check for that. Maybe there should be a version with function context, but then that would require updating all of the uses to pass it in. I guess that can be a fixme for now |
test/CodeGen/AMDGPU/scratch-buffer.ll | ||
112–127 ↗ | (On Diff #74400) | wrong check prefix |