[all-commits] [llvm/llvm-project] 6a5199: [NVPTX] Fix lack of `.noreturn` on certain functio...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 24 05:01:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a51997ccc23f7b9e2b0e154f0829cd05b11358a
https://github.com/llvm/llvm-project/commit/6a51997ccc23f7b9e2b0e154f0829cd05b11358a
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/test/CodeGen/NVPTX/alias.ll
Log Message:
-----------
[NVPTX] Fix lack of `.noreturn` on certain functions for aliases
Forgot to include this special handling on the declaration of the alias
function.
Reviewed By: tra
Differential Revision: https://reviews.llvm.org/D156012
More information about the All-commits
mailing list