[all-commits] [llvm/llvm-project] 07d69d: [VP] Legalize the stride operand for EXPERIMENTAL_...

Lorenzo Albano via All-commits all-commits at lists.llvm.org
Wed Jul 20 01:24:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07d69d9fc90449a4c1bffd2afce098b0cc0a1a34
      https://github.com/llvm/llvm-project/commit/07d69d9fc90449a4c1bffd2afce098b0cc0a1a34
  Author: Lorenzo Albano <loralb at posteo.net>
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h

  Log Message:
  -----------
  [VP] Legalize the stride operand for EXPERIMENTAL_VP_STRIDED SDNodes

Add promotion and expansion of integer operands for
experimental_vp_strided SelectionDAG nodes; the expansion is actually
just a truncation of the stride operand.

Reviewed By: simoll

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




More information about the All-commits mailing list