[all-commits] [llvm/llvm-project] 28e74e: [VP] IR expansion for abs/smax/smin/umax/umin

LiqinWeng via All-commits all-commits at lists.llvm.org
Mon Sep 11 06:21:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28e74e61801a0c01b57d08b100644a1cac4b3c7c
      https://github.com/llvm/llvm-project/commit/28e74e61801a0c01b57d08b100644a1cac4b3c7c
  Author: liqin.weng <liqin.weng at spacemit.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/ExpandVectorPredication.cpp
    M llvm/test/CodeGen/X86/expand-vp-int-intrinsics.ll

  Log Message:
  -----------
  [VP] IR expansion for abs/smax/smin/umax/umin

Reviewed By: RKSimon

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


  Commit: 3723ede3cf5324827f8fbbe7f484c2ee4d7a7204
      https://github.com/llvm/llvm-project/commit/3723ede3cf5324827f8fbbe7f484c2ee4d7a7204
  Author: liqin.weng <liqin.weng at spacemit.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/ExpandVectorPredication.cpp
    M llvm/test/CodeGen/X86/expand-vp-cast-intrinsics.ll

  Log Message:
  -----------
  [VP] IR expansion for zext/sext/trunc/fptosi/fptosi/sitofp/uitofp/fptrunc/fpext

Add basic handling for VP ops that can expand to Cast intrinsics

Reviewed By: RKSimon

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


Compare: https://github.com/llvm/llvm-project/compare/706afc977882...3723ede3cf53


More information about the All-commits mailing list