[all-commits] [llvm/llvm-project] 53422e: [AMDGPU] Added support of new inline assembler con...
dpreobra via All-commits
all-commits at lists.llvm.org
Fri Jul 3 08:01:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53422e8b4f65a6736896311b10ad8a22fbc9e372
https://github.com/llvm/llvm-project/commit/53422e8b4f65a6736896311b10ad8a22fbc9e372
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M clang/lib/Basic/Targets/AMDGPU.h
M clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl
M clang/test/Sema/inline-asm-validate-amdgpu.cl
Log Message:
-----------
[AMDGPU] Added support of new inline assembler constraints
Added support for constraints 'I', 'J', 'L', 'B', 'C', 'Kf', 'DA', 'DB'.
See https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints.
Reviewers: arsenm, rampitec
Differential Revision: https://reviews.llvm.org/D81657
More information about the All-commits
mailing list