Details
Details
- Reviewers
arsenm - Commits
- rGf3225f2abe78: AMDGPU/GlobalISel: Legalize FDIV64
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | ||
---|---|---|
1892 | All these auto substitutions are unrelated | |
2131–2139 | The ugliness of casting to a vector and extracting the elements isn't necessary. This isn't the canonical way to handle this in GlobalISel. You can use G_UNMERGE_VALUES to 2 S32 pieces more naturally |
All these auto substitutions are unrelated