[Openmp-commits] [openmp] [libc] Change the `puts` implementation on the GPU (PR #67189)

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 25 09:14:27 PDT 2023


https://github.com/JonChesterfield approved this pull request.

This is consistent with the rest of libc. I think it would be wise to change to a more data driven approach where adding a new opcode doesn't change existing code. Likewise at some point we need to stop renumbering all the opcodes and start putting version fields on it.

https://github.com/llvm/llvm-project/pull/67189


More information about the Openmp-commits mailing list