[all-commits] [llvm/llvm-project] 1c9d68: [AMDGPU][CODEGEN] Added support of new inline asse...
dpreobra via All-commits
all-commits at lists.llvm.org
Thu Jul 2 07:20:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c9d681092d18bac249f01c5d9055dce6898a861
https://github.com/llvm/llvm-project/commit/1c9d681092d18bac249f01c5d9055dce6898a861
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.h
M llvm/test/CodeGen/AMDGPU/inline-constraints.ll
Log Message:
-----------
[AMDGPU][CODEGEN] Added support of new inline assembler constraints
Added support for constraints 'I', 'J', 'B', 'C', 'DA', 'DB'.
See https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints.
Reviewers: arsenm, rampitec
Differential Revision: https://reviews.llvm.org/D81651
More information about the All-commits
mailing list