Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6 Build 6: arc lint + arc unit
Event Timeline
Comment Actions
LGTM except small style/clarity issues.
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
2686 | Function name suggests that the function performs conversion, but it doesn't | |
2687–2690 | I would move these comments in-line with code, and explain *why* we need these checks here. | |
2719 | It seems important to explain (in comments) *why* we need this special case for V_MAC_F32 | |
2894 | Pls comment out *why* we need this special case. | |
3037 | *why* again... |
Comment Actions
Ping.
Tom, Matt, I moved getNamedOperandIdx() to AMDGPUBaseInfo.h so that assembler would be able to access it. What do you think about it?
Function name suggests that the function performs conversion, but it doesn't