[all-commits] [llvm/llvm-project] d89327: [GlobalISel][InlineAsm] Fix matching input constra...
petar-avramovic via All-commits
all-commits at lists.llvm.org
Thu Aug 6 05:36:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d893278bba01b0e1209e8b8accbdd5cfa75a0932
https://github.com/llvm/llvm-project/commit/d893278bba01b0e1209e8b8accbdd5cfa75a0932
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2020-08-06 (Thu, 06 Aug 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 matching input constraint to physreg
Add given input and mark it as tied.
Doesn't create additional copy compared to
matching input constraint to virtual register.
Differential Revision: https://reviews.llvm.org/D85122
More information about the All-commits
mailing list