Details
Details
- Reviewers
foad Pierre-vh mbrkusanin Petar.Avramovic - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
| llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-implicit-def.mir | ||
|---|---|---|
| 135–137 | Patch looks reasonable but I don't understand why it has this effect. | |
| llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-implicit-def.mir | ||
|---|---|---|
| 135–137 | Previously the widen to s32 was applied to the select input, now it's being applied to the implicit_def's output too, so you get both. We currently don't try to fold out intermediate states | |
Comment Actions
| llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-implicit-def.mir | ||
|---|---|---|
| 135–137 | Hopefully, but regbank combine hasn't seen much work | |
Patch looks reasonable but I don't understand why it has this effect.