The hardware doesn't support this.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 446 Build 446: arc lint + arc unit
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
456–460 | 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 | wrong check prefix |
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