[llvm] [NVPTX] Add support for calling aliases (PR #81170)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 11:19:33 PST 2024
================
@@ -24,6 +30,10 @@ attributes #0 = { noreturn }
; CHECK: .visible .func noreturn()
; CHECK-NEXT: .noreturn
+; CHECK: .visible .func (.param .b32 func_retval0) z()
+; CHECK: call.uni (retval0),
+; CHECK-NEXT: b,
----------------
Artem-B wrote:
It would be good to add a RUN line for checking the generated code w/ ptxas.
https://github.com/llvm/llvm-project/pull/81170
More information about the llvm-commits
mailing list