Use the target hook validateTargetOprandClass() for doing validation
on optional operands. This will help prevent us from getting "invalid
operand" errors in cases where we should see a different error mesaage.
Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Typo in message: validateTargetOprandClass
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
1332 | ArrayRef should be passed by value |
ArrayRef should be passed by value