[all-commits] [llvm/llvm-project] d29bb7: [libc][NFC] Remove inline assembly for PTX instruc...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jan 29 16:18:16 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d29bb704cb646f9a69546e3517f12b022528d2d2
https://github.com/llvm/llvm-project/commit/d29bb704cb646f9a69546e3517f12b022528d2d2
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M libc/src/__support/GPU/nvptx/utils.h
M libc/src/__support/RPC/rpc_util.h
M libc/src/time/gpu/nanosleep.cpp
Log Message:
-----------
[libc][NFC] Remove inline assembly for PTX instructions (#79913)
Summary:
Recent patches have implemented builitin versions of these functions.
This patch simply removes uses of inline assembly to hopefully improve
optimizations in this area.
More information about the All-commits
mailing list