[all-commits] [llvm/llvm-project] e74281: [libc] Allow NVPTX to use aliases
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Aug 8 06:59:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e74281a3c3f8683f30d1fc62c9ac882b879b5edb
https://github.com/llvm/llvm-project/commit/e74281a3c3f8683f30d1fc62c9ac882b879b5edb
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M libc/src/__support/common.h
Log Message:
-----------
[libc] Allow NVPTX to use aliases
Summrary:
Following D156014 we can now use aliases for NVPTX, removing this source
of divergence. We require at least +ptx63 and at least sm_30 for
`.alias` but this is already within what we build for with `libc`
support.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D157323
More information about the All-commits
mailing list