[all-commits] [llvm/llvm-project] b88aba: [VE] Support inlineasm memory operand
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Aug 22 21:44:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b88aba9d7d72adbad2c2c4d1d513bed4f5aa81ad
https://github.com/llvm/llvm-project/commit/b88aba9d7d72adbad2c2c4d1d513bed4f5aa81ad
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M llvm/lib/Target/VE/VEAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
M llvm/lib/Target/VE/VERegisterInfo.cpp
A llvm/test/CodeGen/VE/Scalar/inlineasm-mem-gv.ll
A llvm/test/CodeGen/VE/Scalar/inlineasm-mem-lo.ll
Log Message:
-----------
[VE] Support inlineasm memory operand
Support inline asm memory operand for VE. Add regression tests also.
Reviewed By: efocht
Differential Revision: https://reviews.llvm.org/D132380
More information about the All-commits
mailing list