[all-commits] [llvm/llvm-project] b087b9: [AMDGPU][CODEGEN] Added 'A' constraint for inline ...
dpreobra via All-commits
all-commits at lists.llvm.org
Mon May 25 04:24:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b087b91c917087bc53d47282a16ee4af78bfe286
https://github.com/llvm/llvm-project/commit/b087b91c917087bc53d47282a16ee4af78bfe286
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2020-05-25 (Mon, 25 May 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/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/test/CodeGen/AMDGPU/inline-constraints.ll
Log Message:
-----------
[AMDGPU][CODEGEN] Added 'A' constraint for inline assembler
Summary: 'A' constraint requires an immediate int or fp constant that can be inlined in an instruction encoding.
Reviewers: arsenm, rampitec
Differential Revision: https://reviews.llvm.org/D78494
More information about the All-commits
mailing list