Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM except for minor fixes
| lib/Target/AMDGPU/SIISelLowering.cpp | ||
|---|---|---|
| 2720 ↗ | (On Diff #81692) | Trailing comma |
| lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
| 489 ↗ | (On Diff #81692) | const ,const. You can probably return const & |
| 493–495 ↗ | (On Diff #81692) | ditto |
| test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | ||
| 117 ↗ | (On Diff #81692) | CHECK-LABEL, should also end with : |
| lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
|---|---|---|
| 489 ↗ | (On Diff #81692) | I left that as returning a pointer, because that's what MachinePointerInfo expects and that matches what the PseudoSourceValue::get*() functions do. |