Error position for an invalid dim modifier may be reported incorrectly.
See bug 49054.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks OK, but it's a shame to have to repeat the same error message three times in the source.
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
7189 | All the other errors start with a lower case letter. |
Comment Actions
Fixed issues found by Jay:
- Corrected error message;
- Refactored to avoid duplication of code.
All the other errors start with a lower case letter.