[PATCH] [X86][FastIsel] Teach how to select vector load instructions.

Andrea Di Biagio Andrea_DiBiagio at sn.scee.net
Wed Mar 25 06:33:27 PDT 2015


Hi qcolombet, ributzka, mkuper,

This patch teaches fast-isel how to select 128-bit vector load instructions.

I simply extended the switch statement in method 'X86FastEmitLoad' adding extra cases for 128-bit vector types.
I had to slightly modify the signature of 'X86FastEmitLoad' to allow selecting opcodes based on alignment information.

Added test CodeGen/X86/fast-isel-vecload.ll

Please let me know if ok to submit.

Thanks,
Andrea

http://reviews.llvm.org/D8605

Files:
  lib/Target/X86/X86FastISel.cpp
  test/CodeGen/X86/fast-isel-vecload.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8605.22644.patch
Type: text/x-patch
Size: 5856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150325/05f106b2/attachment.bin>


More information about the llvm-commits mailing list