[all-commits] [llvm/llvm-project] b067f5: [GlobalISel][InlineAsm] Fix matching input constra...
petar-avramovic via All-commits
all-commits at lists.llvm.org
Fri Aug 7 10:51:55 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: b067f5eb56684476b5dad4ebd8d6bc5291603d4e
https://github.com/llvm/llvm-project/commit/b067f5eb56684476b5dad4ebd8d6bc5291603d4e
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2020-08-07 (Fri, 07 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
(cherry picked from commit d893278bba01b0e1209e8b8accbdd5cfa75a0932)
More information about the All-commits
mailing list