[all-commits] [llvm/llvm-project] 5ceb0b: [VE] Packed 32/64bit broadcast isel and tests

Simon Moll via All-commits all-commits at lists.llvm.org
Wed Jan 26 05:17:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ceb0bc7eaccb318eb299ee308e01210a7da1d1e
      https://github.com/llvm/llvm-project/commit/5ceb0bc7eaccb318eb299ee308e01210a7da1d1e
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M llvm/lib/Target/VE/VECustomDAG.cpp
    M llvm/lib/Target/VE/VECustomDAG.h
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEInstrPatternsVec.td
    A llvm/test/CodeGen/VE/Packed/vec_broadcast.ll

  Log Message:
  -----------
  [VE] Packed 32/64bit broadcast isel and tests

Packed-mode broadcast of f32/i32 requires the subregister to be
replicated to the full I64 register prior. Add repl_i32 and repl_f32 to
faciliate this.

Reviewed By: kaz7

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




More information about the All-commits mailing list