[all-commits] [llvm/llvm-project] 4b980c: [GlobalISel][InlineAsm] Add support for matching i...

petar-avramovic via All-commits all-commits at lists.llvm.org
Tue Jun 30 01:50:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b980cc9ca08a0b95b4ac6994770155a48881729
      https://github.com/llvm/llvm-project/commit/4b980cc9ca08a0b95b4ac6994770155a48881729
  Author: Petar Avramovic <Petar.Avramovic at amd.com>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inline-asm.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-inline-asm.ll

  Log Message:
  -----------
  [GlobalISel][InlineAsm] Add support for matching input constraints

Find def operand that corresponds to matching constraint and
tie input to that operand.

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




More information about the All-commits mailing list