Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26168 Build 26167: arc lint + arc unit
Event Timeline
lib/Target/AMDGPU/AMDGPUGISel.td | ||
---|---|---|
152 | Typo leaglizing | |
153–154 | 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 | ||
---|---|---|
153–154 | Right, loads are select based on type width only. |
lib/Target/AMDGPU/SMInstructions.td | ||
---|---|---|
689–690 | This isn't necessary since the verifier enforces there is always one MMO for g_load |
Typo leaglizing