[all-commits] [llvm/llvm-project] 2e2395: [VE] Change the way of lowering store
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Aug 18 01:14:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e2395651e4327eec820424f9d647b856745aeb4
https://github.com/llvm/llvm-project/commit/2e2395651e4327eec820424f9d647b856745aeb4
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M llvm/lib/Target/VE/VVPISelLowering.cpp
M llvm/test/CodeGen/VE/Vector/ticket-64420.ll
Log Message:
-----------
[VE] Change the way of lowering store
Change lowering store iff the data operand is leagalized. In this way,
llvm can lower only operands first, then lower store instruction later.
Reviewed By: efocht
Differential Revision: https://reviews.llvm.org/D158253
More information about the All-commits
mailing list