[all-commits] [llvm/llvm-project] 422dfe: [VE] enable unaligned load/store isel
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Jan 28 00:54:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 422dfea577796765382963e595f0c14cd298a02e
https://github.com/llvm/llvm-project/commit/422dfea577796765382963e595f0c14cd298a02e
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
A llvm/test/CodeGen/VE/load-align1.ll
A llvm/test/CodeGen/VE/load-align2.ll
A llvm/test/CodeGen/VE/load-align4.ll
A llvm/test/CodeGen/VE/load-align8.ll
A llvm/test/CodeGen/VE/store-align1.ll
A llvm/test/CodeGen/VE/store-align2.ll
A llvm/test/CodeGen/VE/store-align4.ll
A llvm/test/CodeGen/VE/store-align8.ll
Log Message:
-----------
[VE] enable unaligned load/store isel
Summary: Enable unaligned load/store isel for iN and fp32/64 and tests.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D73448
More information about the All-commits
mailing list