[PATCH] D54409: PowerPC/SPE: Fix load/store handling for SPE
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 18:56:56 PDT 2019
jhibbits updated this revision to Diff 206985.
jhibbits added a comment.
Address nemanjai's feedback. Move the EVX check into a separate callable
function. In the future it could possibly be used as a separate addressing
mode, but a naive approach didn't work, and this solves the problem at hand.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54409/new/
https://reviews.llvm.org/D54409
Files:
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCRegisterInfo.cpp
test/CodeGen/PowerPC/spe.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54409.206985.patch
Type: text/x-patch
Size: 5328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190628/047cebaa/attachment.bin>
More information about the llvm-commits
mailing list