Details
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 28654 Build 28653: arc lint + arc unit
Event Timeline
| test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir | ||
|---|---|---|
| 40 | Where did you see this? I tried to add the test, but it complained that 64-bit G_ADD was not legal. | |
| test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir | ||
|---|---|---|
| 40 | bool AMDGPUInstructionSelector::selectG_ADD(MachineInstr &I) const { | |
| test/CodeGen/AMDGPU/GlobalISel/inst-select-add.mir | ||
|---|---|---|
| 40 | Because 64-bit G_ADD is not legal yet, this code is only ever called when selecting G_GEP. | |
| llvm/lib/Target/AMDGPU/AMDGPUGISel.td | ||
|---|---|---|
| 132 ↗ | (On Diff #193643) | Should use the _e64 version |
LGTM
| llvm/lib/Target/AMDGPU/AMDGPUGISel.td | ||
|---|---|---|
| 132 ↗ | (On Diff #193643) | I tried to do this, but there are a few problems. I have a supplemental patch which uses the right version for gfx9. |
I’ve just been generating all of the global isel test checks