[all-commits] [llvm/llvm-project] c574c5: [VE] Split v512.32 load store into interleaved v25...

Simon Moll via All-commits all-commits at lists.llvm.org
Mon Mar 7 08:40:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c574c54ebf1559b5793da7f150006c9dfe7472ee
      https://github.com/llvm/llvm-project/commit/c574c54ebf1559b5793da7f150006c9dfe7472ee
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
    M llvm/lib/Target/VE/VECustomDAG.cpp
    M llvm/lib/Target/VE/VECustomDAG.h
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VVPISelLowering.cpp
    A llvm/test/CodeGen/VE/Packed/vec_load.ll
    A llvm/test/CodeGen/VE/Packed/vec_store.ll

  Log Message:
  -----------
  [VE] Split v512.32 load store into interleaved v256.32 ops

Without passthru for now. Support for packed passthru requires
evl-into-mask folding.

Reviewed By: kaz7

Differential Revision: https://reviews.llvm.org/D120818




More information about the All-commits mailing list