[all-commits] [llvm/llvm-project] f92db6: [HIP] Relax conditions for address space cast in b...
Anshil Gandhi via All-commits
all-commits at lists.llvm.org
Fri Oct 15 14:36:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f92db6d3fff13bdacdf9b24660eb3f3158c58a17
https://github.com/llvm/llvm-project/commit/f92db6d3fff13bdacdf9b24660eb3f3158c58a17
Author: Anshil Gandhi <Anshil.Gandhi at amd.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
A clang/test/CodeGenCUDA/builtins-unsafe-atomics-gfx90a.cu
A clang/test/SemaCUDA/builtins-unsafe-atomics-gfx90a.cu
Log Message:
-----------
[HIP] Relax conditions for address space cast in builtin args
Allow (implicit) address space casting between LLVM-equivalent
target address spaces.
Reviewed By: yaxunl, tra
Differential Revision: https://reviews.llvm.org/D111734
More information about the All-commits
mailing list