[all-commits] [llvm/llvm-project] 922ac6: [VE] Avoid vectorizing store/load in scalar mode

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Aug 16 10:16:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 922ac64b04b12f70135a53460610326ba2b72283
      https://github.com/llvm/llvm-project/commit/922ac64b04b12f70135a53460610326ba2b72283
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/lib/Target/VE/VEISelLowering.cpp
    A llvm/test/CodeGen/VE/Vector/ticket-64420.ll

  Log Message:
  -----------
  [VE] Avoid vectorizing store/load in scalar mode

Avoid vectorizing store and load instructions in scalar mode.

Reviewed By: efocht

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




More information about the All-commits mailing list