[all-commits] [llvm/llvm-project] e33f8a: [libc] Fix inline assembly for nvptx quick_exit

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 23 09:28:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e33f8ac9d8b3bd8b376d2306c3988381309b68eb
      https://github.com/llvm/llvm-project/commit/e33f8ac9d8b3bd8b376d2306c3988381309b68eb
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M libc/src/__support/OSUtil/gpu/quick_exit.cpp

  Log Message:
  -----------
  [libc] Fix inline assembly for nvptx quick_exit

Summary:
The `exit` function in NVPTX has no intrinsic, but the assembly requires
a semicolon in the ptx, otherwise it will fail.




More information about the All-commits mailing list