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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo