[all-commits] [llvm/llvm-project] fd85b4: [GlobalISel][InlineAsm] Fix buildCopy for inputs

petar-avramovic via All-commits all-commits at lists.llvm.org
Mon Jul 13 01:53:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fd85b40aee4aa4cfcecaf2bfaf86e1de4c78ab0c
      https://github.com/llvm/llvm-project/commit/fd85b40aee4aa4cfcecaf2bfaf86e1de4c78ab0c
  Author: Petar Avramovic <Petar.Avramovic at amd.com>
  Date:   2020-07-13 (Mon, 13 Jul 2020)

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

  Log Message:
  -----------
  [GlobalISel][InlineAsm] Fix buildCopy for inputs

Check that input size matches size of destination reg class.
Attempt to extend input size when needed.

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




More information about the All-commits mailing list