[all-commits] [llvm/llvm-project] 931488: [GlobalISel][InlineAsm] Add register class ID to t...
Konstantin Schwarz via All-commits
all-commits at lists.llvm.org
Thu Jul 23 04:35:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 931488779f7e916f3f1a7e65cdd38b0dfb4f85a5
https://github.com/llvm/llvm-project/commit/931488779f7e916f3f1a7e65cdd38b0dfb4f85a5
Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-inline-asm.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-inline-asm.ll
Log Message:
-----------
[GlobalISel][InlineAsm] Add register class ID to the flags of register input operands
Summary: We do this already for output operands, but missed it for (non-tied) input operands.
Reviewers: arsenm, Petar.Avramovic
Reviewed By: arsenm
Subscribers: jvesely, wdng, nhaehnle, rovka, hiraditya, llvm-commits, kerbowa
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D83763
More information about the All-commits
mailing list