[all-commits] [llvm/llvm-project] 3c6c2e: [AMDGPU] Added 'A' constraint for inline assembler

dpreobra via All-commits all-commits at lists.llvm.org
Mon May 25 07:47:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c6c2ecd6efa393e7a8422d88e5d4ada0970e47e
      https://github.com/llvm/llvm-project/commit/3c6c2ecd6efa393e7a8422d88e5d4ada0970e47e
  Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/test/Sema/inline-asm-validate-amdgpu.cl

  Log Message:
  -----------
  [AMDGPU] Added 'A' constraint for inline assembler

Summary: 'A' constraint requires an immediate int or fp constant that can be inlined in an instruction encoding.
This is the second part of the change. The llvm part has been committed as b087b91c9170.
See https://reviews.llvm.org/D78494

Reviewers: arsenm, rampitec

Differential Revision: https://reviews.llvm.org/D79493




More information about the All-commits mailing list