[all-commits] [llvm/llvm-project] dd9cf8: [SVE] Move isel for casting between NEON and SVE v...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Thu Jan 26 04:36:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd9cf8a5d13450b920795e6d1ef6fd5dbbebb3d7
      https://github.com/llvm/llvm-project/commit/dd9cf8a5d13450b920795e6d1ef6fd5dbbebb3d7
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td

  Log Message:
  -----------
  [SVE] Move isel for casting between NEON and SVE vector types into tablegen.

This is purely refactoring to remove some unecessary C++ code.

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




More information about the All-commits mailing list