Details
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | ||
---|---|---|
431 | It turned out that getNamedOperandIdx is about 2 times faster than getVOPDOpcodeHelper. |
Thanks for the test changes. See my comment about adding unique to error message, otherwise LGTM.
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
4356 | It seems helpful to say "only one unique literal operand is allowed". |
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
4356 |
Thanks! I'll correct wording in a separate commit because the change will affect many existing tests. |
It seems helpful to say "only one unique literal operand is allowed".