[all-commits] [llvm/llvm-project] 4aa5dc: [SystemZ] Handle SystemZ specific inline assembly ...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Tue Apr 19 07:56:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aa5dc15f0869f8a5fb6fe760c517d2d5d4c710e
https://github.com/llvm/llvm-project/commit/4aa5dc15f0869f8a5fb6fe760c517d2d5d4c710e
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M clang/lib/Basic/Targets/SystemZ.cpp
M clang/lib/Basic/Targets/SystemZ.h
M clang/test/CodeGen/SystemZ/systemz-inline-asm-03.c
M llvm/include/llvm/IR/InlineAsm.h
M llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
M llvm/lib/Target/SystemZ/SystemZISelLowering.h
M llvm/test/CodeGen/SystemZ/inline-asm-addr.ll
Log Message:
-----------
[SystemZ] Handle SystemZ specific inline assembly address operands.
Handle ZQ, ZR, ZS and ZT inline assembly operand constraints.
Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D110267
More information about the All-commits
mailing list