Details
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 17278 Build 17278: arc lint + arc unit
Event Timeline
One bikeshed, apart of that LGTM.
test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir | ||
---|---|---|
20–26 | I personally find the check lines easy to miss when they're indented like that and would prefer them to start at column 0. Admittedly I haven't checked the style elsewhere in LLVM. |
test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir | ||
---|---|---|
20–26 | YAML syntax does not allow this unfortunately. |
Looks reasonable.
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | ||
---|---|---|
622–624 | I assume the intention is to make this the default as soon as it works for all? |
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | ||
---|---|---|
622–624 | Yes, once I have a testing baseline, and it doesn't cause regressions, I will make it default. |
test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir | ||
---|---|---|
20–26 | I've just been using update_mir_test_checks for all of these global isel tests |
I assume the intention is to make this the default as soon as it works for all?