Details
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 27193 Build 27192: arc lint + arc unit
Event Timeline
lib/Target/AMDGPU/AMDGPUGISel.td | ||
---|---|---|
155 | Typo leaglizing | |
156–157 | I think turning everything into i32 vectors in SelectionDAG was a mistake, but I don't think GlobalISel will have the same issues with it. Floating point loads don't need to be explicitly handled anymore? | |
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | ||
234–248 ↗ | (On Diff #168431) | Why is this target specific? |
lib/Target/AMDGPU/AMDGPUGISel.td | ||
---|---|---|
156–157 | Right, loads are select based on type width only. |
lib/Target/AMDGPU/SMInstructions.td | ||
---|---|---|
688–689 | This isn't necessary since the verifier enforces there is always one MMO for g_load |
Typo leaglizing