The parser of gpu.launch_func was incorrectly rejecting SSA values with result numbers (`%0#0`) in the list of function arguments by using the `parseArgument` function intended for region argument declarations, not operands. Fix this by directly parsing comma-separated operands and types. Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D141851